Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php |
— | — | @@ -137,7 +137,7 @@ |
138 | 138 | // Get the HTML for the tag content. Pages are linked, other stuff is just plaintext. |
139 | 139 | if ( $obj->getTypeID() == '_wpg' ) { |
140 | 140 | $value = $obj->getTitle()->getText(); |
141 | | - $html = $obj->getLongText( $outputmode, $isSubject ); |
| 141 | + $html = $obj->getLongText( $outputmode, $this->getLinker( $isSubject ) ); |
142 | 142 | } |
143 | 143 | else { |
144 | 144 | $html = $obj->getShortText( $outputmode, $this->getLinker( false ) ); |