From 05eb3bb4167e449adc791b8a6b8a47443c570256 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 10 Apr 2004 03:05:11 +0000 Subject: [PATCH] pre area no longer cut in pieces --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index f120ef6556..5ba1201059 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1118,7 +1118,7 @@ class Parser } else { $t = ''; } - } else if ($this->mLastSection != $newSection or $newSection != 'p') { + } else if ($this->mLastSection != $newSection) { $text .= $this->closeParagraph(); $text .= "<" . $newSection . ">"; $this->mLastSection = $newSection; -- 2.20.1