From 53e403a766c47e59a54afb0d44d8efc742a608ff Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 28 Apr 2006 18:56:37 +0000 Subject: [PATCH] --- includes/Parser.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1