s/\r\n/\n/
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 15 Jan 2007 04:13:12 +0000 (04:13 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 15 Jan 2007 04:13:12 +0000 (04:13 +0000)
includes/OutputPage.php

index 250e631..ff6c1e8 100644 (file)
@@ -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 {