From: Gabriel Wicke Date: Sat, 10 Apr 2004 03:05:11 +0000 (+0000) Subject: pre area no longer cut in pieces X-Git-Tag: 1.3.0beta1~489 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=05eb3bb4167e449adc791b8a6b8a47443c570256;p=lhc%2Fweb%2Fwiklou.git pre area no longer cut in pieces --- 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;