r46601 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46600‎ | r46601 | r46602 >
Date:16:45, 30 January 2009
Author:raymond
Status:ok
Tags:
Comment:
Revert r46524 per Nikerabbits comment
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1846,7 +1846,7 @@
18471847 $args = array();
18481848 $name = $spec;
18491849 }
1850 - $s = str_replace( '$' . ( $n + 1 ), "\n" . wfMsgExt( $name, $options, $args ), $s );
 1850+ $s = str_replace( '$' . ( $n + 1 ), wfMsgExt( $name, $options, $args ), $s );
18511851 }
18521852 $this->addHTML( $this->parse( $s, /*linestart*/true, /*uilang*/true ) );
18531853 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46524Add a newline in front of the message to avoid wrong parsing when the message...raymond07:01, 29 January 2009

Status & tagging log