From 627e06bda656b3c896a1600f4fd0fd7107168406 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Sun, 14 Mar 2004 00:55:43 +0000 Subject: [PATCH] Standardizing linebreaks --- includes/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Parser.php b/includes/Parser.php index 360c1267c0..16ab81092b 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1422,6 +1422,7 @@ class Parser } $stripState = false; + $text = str_replace("\r\n", "\n", $text); $text = $this->strip( $text, $stripState, false ); $text = $this->pstPass2( $text, $user ); $text = $this->unstrip( $text, $stripState ); -- 2.20.1