Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | } |
109 | 109 | |
110 | 110 | public function getResultText( SMWQueryResult $results, $outputmode ) { |
111 | | - $this->isHTML = true; |
| 111 | + $this->isHTML = $outputmode == SMW_OUTPUT_HTML; |
112 | 112 | return $this->getTagCloud( $this->getTagSizes( $this->getTags( $results, $outputmode ) ) ); |
113 | 113 | } |
114 | 114 | |