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