From 0b8a4c370c818cc137b81adb4491ce434d807333 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Mon, 5 Jan 2004 00:25:55 +0000 Subject: [PATCH] Fixed bug 869949 'Lists inside tables' as suggested by TomK32 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 5dd58a629d..25c0fd63c7 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -711,6 +711,7 @@ $t[] = "" ; $text = $this->doAllQuotes( $text ); $text = $this->doHeadings( $text ); + $text = $this->doTableStuff ( $text ) ; $text = $this->doBlockLevels( $text, $linestart ); if($wgUseDynamicDates) { @@ -720,7 +721,6 @@ $t[] = "" ; $text = $this->replaceExternalLinks( $text ); $text = $this->replaceInternalLinks ( $text ); - $text = $this->doTableStuff ( $text ) ; $text = $this->magicISBN( $text ); $text = $this->magicRFC( $text ); -- 2.20.1