From bd2fd09422703c30bd06402bce226512a85f629b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 24 May 2004 10:25:49 +0000 Subject: [PATCH] pre handling fix --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 09026de03d..bfaf90093c 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1263,7 +1263,7 @@ class Parser } else { $inBlockElem = true; } - } else if ( !$inBlockElem ) { + } else if ( !$inBlockElem && !$this->mInPre ) { if ( " " == $t{0} and trim($t) != '' ) { // pre if ($this->mLastSection != 'pre') { -- 2.20.1