Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php |
— | — | @@ -549,7 +549,7 @@ |
550 | 550 | } |
551 | 551 | |
552 | 552 | $printer = SMWQueryProcessor::getResultPrinter( 'broadtable', SMWQueryProcessor::SPECIAL_PAGE ); |
553 | | - $url = htmlspecialchars( $skin->makeSpecialUrl( 'Ask', "showformatoptions=\" + this.value + \"" ) ); |
| 553 | + $url = $skin->makeSpecialUrl( 'Ask', "showformatoptions=' + this.value + '" ); |
554 | 554 | |
555 | 555 | foreach ( $this->m_params as $param => $value ) { |
556 | 556 | if ( $param !== 'format' ) { |