From: Raimond Spekking Date: Fri, 30 Jan 2009 16:45:09 +0000 (+0000) Subject: Revert r46524 per Nikerabbits comment X-Git-Tag: 1.31.0-rc.0~43119 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=5f0a8c9561e94f34969c7931aa808d10ca479869;p=lhc%2Fweb%2Fwiklou.git Revert r46524 per Nikerabbits comment --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 26b46987aa..2c0d617a2e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1846,7 +1846,7 @@ class OutputPage { $args = array(); $name = $spec; } - $s = str_replace( '$' . ( $n + 1 ), "\n" . wfMsgExt( $name, $options, $args ), $s ); + $s = str_replace( '$' . ( $n + 1 ), wfMsgExt( $name, $options, $args ), $s ); } $this->addHTML( $this->parse( $s, /*linestart*/true, /*uilang*/true ) ); }