Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -713,7 +713,7 @@ |
714 | 714 | return '<strong class="error">' . wfMsgForContent( 'proofreadpage_nosuch_index' ) . '</strong>'; |
715 | 715 | } |
716 | 716 | |
717 | | - $out = '<span id="pr_index" class="hiddenStructure"><a href="'.$index_title->escapeFullUrl().'">'.$pr_index_namespace.'</a> </span>'; |
| 717 | + $out = ''; |
718 | 718 | |
719 | 719 | list( $text_links, $links, $params, $attributes ) = pr_parse_index( $index_title ); |
720 | 720 | |
— | — | @@ -822,7 +822,7 @@ |
823 | 823 | } |
824 | 824 | |
825 | 825 | $out = $wgParser->recursiveTagParse($out); |
826 | | - return $out; |
| 826 | + return '<span id="pr_index" class="hiddenStructure"><a href="'.$index_title->escapeFullUrl().'">'.$pr_index_namespace.'</a> </span>'.$out; |
827 | 827 | } |
828 | 828 | |
829 | 829 | /* |