Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php |
— | — | @@ -101,7 +101,8 @@ |
102 | 102 | protected function makeResults() { |
103 | 103 | global $wgOut, $smwgScriptPath; |
104 | 104 | $this->enableJQuery(); |
105 | | - $result = '<div class="smwqcerrors">' . $this->getErrorsHtml() . '</div>'; |
| 105 | + $result=''; |
| 106 | + //$result .= '<div class="smwqcerrors">' . $this->getErrorsHtml() . '</div>'; |
106 | 107 | $specTitle = $this->getTitle(); |
107 | 108 | $formatBox = $this->getFormatSelectBoxSep( 'broadtable' ); |
108 | 109 | $result .= Html::openElement( 'form', array( 'name' => 'qc', 'action' => $specTitle->escapeLocalURL(), 'method' => 'get' ) ) . "\n" . |