Fixed bug 869949 'Lists inside tables' as suggested by TomK32
authorMr. E23 <e23@users.mediawiki.org>
Mon, 5 Jan 2004 00:25:55 +0000 (00:25 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Mon, 5 Jan 2004 00:25:55 +0000 (00:25 +0000)
includes/OutputPage.php

index 5dd58a6..25c0fd6 100644 (file)
@@ -711,6 +711,7 @@ $t[] = "</table>" ;
 
                $text = $this->doAllQuotes( $text );
                $text = $this->doHeadings( $text );
+               $text = $this->doTableStuff ( $text ) ;
                $text = $this->doBlockLevels( $text, $linestart );
                
                if($wgUseDynamicDates) {
@@ -720,7 +721,6 @@ $t[] = "</table>" ;
 
                $text = $this->replaceExternalLinks( $text );
                $text = $this->replaceInternalLinks ( $text );
-               $text = $this->doTableStuff ( $text ) ;
 
                $text = $this->magicISBN( $text );
                $text = $this->magicRFC( $text );