r95359 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95358‎ | r95359 | r95360 >
Date:23:41, 23 August 2011
Author:johnduhart
Status:ok (Comments)
Tags:
Comment:
(bug 30292) Replace \n with   to work around parser bug
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
@@ -885,7 +885,7 @@
886886 $out .= '{{:' . $text . '}}';
887887 }
888888 if( !$is_q0 ) {
889 - $out.= "\n";
 889+ $out.= " ";
890890 }
891891 }
892892 } else {

Comments

#Comment by Nikerabbit (talk | contribs)   05:54, 24 August 2011

Is that the correct bug number?

#Comment by Johnduhart (talk | contribs)   11:51, 24 August 2011

Sorry, that should be bug 20262

Status & tagging log