From: Antoine Musso Date: Fri, 28 Apr 2006 18:56:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 1.31.0-rc.0~57349 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=53e403a766c47e59a54afb0d44d8efc742a608ff;p=lhc%2Fweb%2Fwiklou.git --- diff --git a/includes/Parser.php b/includes/Parser.php index 7a954ec35b..4df56e0db1 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1943,6 +1943,7 @@ class Parser 'mUniqPrefix.'-pre|<\\/li|<\\/ul)/iS', $t ); if ( $openmatch or $closematch ) { $paragraphStack = false; + # TODO bug 5718: paragraph closed $output .= $this->closeParagraph(); if ( $preOpenMatch and !$preCloseMatch ) { $this->mInPre = true;