From: Aryeh Gregor Date: Mon, 15 Jan 2007 04:13:12 +0000 (+0000) Subject: s/\r\n/\n/ X-Git-Tag: 1.31.0-rc.0~54391 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=3ead3cb1657d07055311f745a98bb47d878d4866;p=lhc%2Fweb%2Fwiklou.git s/\r\n/\n/ --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 250e631ff8..ff6c1e8e2e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -908,7 +908,7 @@ class OutputPage { $titles .= '* [[:' . $title->getPrefixedText() . "]]\n"; } - $notice = wfMsg( 'cascadeprotected' ) . "\r\n$titles"; + $notice = wfMsg( 'cascadeprotected' ) . "\n$titles"; $this->addWikiText( $notice ); } else {