Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -662,7 +662,7 @@ |
663 | 663 | if( ! $index_title || ! $index_title->exists() ) |
664 | 664 | return '<strong class="error">' . wfMsgForContent( 'proofreadpage_nosuch_index' ) . '</strong>'; |
665 | 665 | |
666 | | - $out = ""; |
| 666 | + $out = '<span id="pr_index" class="hiddenStructure"><a href="'.$index_title->getFullUrl().'">'.$index_namespace.'</a> </span>'; |
667 | 667 | list( $links, $params, $attributes ) = pr_parse_index( $index_title ); |
668 | 668 | |
669 | 669 | if( $params ) { |