(no commit message)
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 28 Apr 2006 18:56:37 +0000 (18:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 28 Apr 2006 18:56:37 +0000 (18:56 +0000)
includes/Parser.php

index 7a954ec..4df56e0 100644 (file)
@@ -1943,6 +1943,7 @@ class Parser
                                        '<td|<th|<div|<\\/div|<hr|<\\/pre|<\\/p|'.$this->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;