Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1846,7 +1846,7 @@ |
1847 | 1847 | $args = array(); |
1848 | 1848 | $name = $spec; |
1849 | 1849 | } |
1850 | | - $s = str_replace( '$' . ($n+1), wfMsgExt( $name, $options, $args ), $s ); |
| 1850 | + $s = str_replace( '$' . ( $n + 1 ), "\n" . wfMsgExt( $name, $options, $args ), $s ); |
1851 | 1851 | } |
1852 | 1852 | $this->addHTML( $this->parse( $s, /*linestart*/true, /*uilang*/true ) ); |
1853 | 1853 | } |