From 3ead3cb1657d07055311f745a98bb47d878d4866 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 15 Jan 2007 04:13:12 +0000 Subject: [PATCH] s/\r\n/\n/ --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1