r13906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13905‎ | r13906 | r13907 >
Date:18:56, 28 April 2006
Author:hashar
Status:old
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

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

Status & tagging log