diff --git a/includes/Hooks.php b/includes/Hooks.php index 2572fdc..cb85054 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -297,7 +297,7 @@ static function parseButtonLink( $line, $parser, $frame ) { if ( !is_numeric( $semanticHitNumber ) || $semanticHitNumber < 1 ) { return array( array( 'text' => $semanticQuery, 'href' => 'INVALID QUERY' ) ); } - $semanticHits = $parser->recursiveTagParse( '{{#ask:' . $semanticQuery . '|format=list|link=none}}', false ); + $semanticHits = $parser->recursiveTagParse( '{{#ask:' . $semanticQuery . '|link=none}}', false ); $semanticHits = explode( ',', $semanticHits ); $semanticLinks = array(); foreach ( $semanticHits as $semanticHit ) {