Index: trunk/phase3/includes/Parser.php |
— | — | @@ -1943,6 +1943,7 @@ |
1944 | 1944 | '<td|<th|<div|<\\/div|<hr|<\\/pre|<\\/p|'.$this->mUniqPrefix.'-pre|<\\/li|<\\/ul)/iS', $t ); |
1945 | 1945 | if ( $openmatch or $closematch ) { |
1946 | 1946 | $paragraphStack = false; |
| 1947 | + # TODO bug 5718: paragraph closed |
1947 | 1948 | $output .= $this->closeParagraph(); |
1948 | 1949 | if ( $preOpenMatch and !$preCloseMatch ) { |
1949 | 1950 | $this->mInPre = true; |