Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php |
— | — | @@ -84,6 +84,8 @@ |
85 | 85 | * are directly generated and appended. For SMW_OUTPUT_FILE, only the plain generated text is returned. |
86 | 86 | */ |
87 | 87 | public function getResult($results, $params, $outputmode) { |
| 88 | + $this->isHTML = false; |
| 89 | + $this->hasTemplates = false; |
88 | 90 | $this->readParameters($params,$outputmode); |
89 | 91 | |
90 | 92 | // Default output for normal printers: |