r56805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56804‎ | r56805 | r56806 >
Date:11:24, 23 September 2009
Author:thomasv
Status:ok
Tags:
Comment:
minor
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -713,7 +713,7 @@
714714 return '<strong class="error">' . wfMsgForContent( 'proofreadpage_nosuch_index' ) . '</strong>';
715715 }
716716
717 - $out = '<span id="pr_index" class="hiddenStructure"><a href="'.$index_title->escapeFullUrl().'">'.$pr_index_namespace.'</a> </span>';
 717+ $out = '';
718718
719719 list( $text_links, $links, $params, $attributes ) = pr_parse_index( $index_title );
720720
@@ -822,7 +822,7 @@
823823 }
824824
825825 $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;
827827 }
828828
829829 /*

Status & tagging log