Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QP_JSONlink.php |
— | — | @@ -146,6 +146,7 @@ |
147 | 147 | } |
148 | 148 | $link->setParameter('json','format'); |
149 | 149 | $result = $link->getText($outputmode,$this->mLinker); |
| 150 | + $this->isHTML = ($outputmode == SMW_OUTPUT_HTML); // yes, our code can be viewed as HTML if requested, no more parsing needed |
150 | 151 | } |
151 | 152 | |
152 | 153 | return $result; |