Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -680,7 +680,7 @@ |
681 | 681 | return '<strong class="error">' . wfMsgForContent( 'proofreadpage_nosuch_index' ) . '</strong>'; |
682 | 682 | } |
683 | 683 | |
684 | | - $out = '<span id="pr_index" class="hiddenStructure"><a href="'.$index_title->escapeFullUrl().'">'.$pr_index_namespace.'</a> </span>'; |
| 684 | + $out = ''; |
685 | 685 | list( $links, $params, $attributes ) = pr_parse_index( $index_title ); |
686 | 686 | |
687 | 687 | if( $links==null ) { |