Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | |
121 | 121 | $result .= '<a href="' . htmlspecialchars( wfMsg( 'smw_ask_doculink' ) ) . '">' . wfMsg( 'smw_ask_help' ) . '</a>'; |
122 | 122 | if ( $this->uiCore->getQueryString() != '' ) { // hide #ask if there isnt any query defined |
123 | | - $result .= ' | <a name="show-embed-code" id="show-embed-code" href="#show-embed-code">' . wfMsg( 'smw_ask_show_embed' ) . '</a>'; |
| 123 | + $result .= ' | <a name="show-embed-code" id="show-embed-code" href="##">' . wfMsg( 'smw_ask_show_embed' ) . '</a>'; |
124 | 124 | $result .= '<div id="embed-code-dialog">' . |
125 | 125 | $this->getAskEmbedBox() . |
126 | 126 | '</div>'; |