Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php |
— | — | @@ -107,6 +107,7 @@ |
108 | 108 | } |
109 | 109 | |
110 | 110 | public function getResultText( SMWQueryResult $results, $outputmode ) { |
| 111 | + $this->isHTML = true; |
111 | 112 | return $this->getTagCloud( $this->getTagSizes( $this->getTags( $results, $outputmode ) ) ); |
112 | 113 | } |
113 | 114 | |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | * Added parameter descriptions to the graph and ploticus formats. |
13 | 13 | * Added support for SMW 1.6 style parameter handling to the tagcloud format. |
14 | 14 | * Somewhat cleaned up the BibTeX format. |
| 15 | +* Fixed double HTML escaping issue in the tagcloud format. |
15 | 16 | |
16 | 17 | == SRF 1.5.3 == |
17 | 18 | |