From 51be5ecccf27f6d496177f9e658d8ab9a18299cb Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 14 May 2004 01:18:12 +0000 Subject: [PATCH] accidentially removed nl fix --- includes/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Parser.php b/includes/Parser.php index 05c6786e98..b119c52d1a 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1552,6 +1552,7 @@ class Parser # Run full parser on the included text $text = $this->strip( $text, $this->mStripState ); $text = $this->internalParse( $text, (bool)$newline, $assocArgs, false ); + if(!empty($newline)) $text = "\n".$text; # Add the result to the strip state for re-inclusion after # the rest of the processing -- 2.20.1