From 919e609961ad987302f9f9680c5fc85d3d466c57 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Fri, 12 Sep 2003 07:13:48 +0000 Subject: [PATCH] table markup fix --- includes/OutputPage.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f5b464cf73..eb4c969582 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -654,6 +654,15 @@ $t[$k] = "{$z} 0 ) +{ +if ( array_pop ( $td ) ) $t[] = "" ; +if ( array_pop ( $tr ) ) $t[] = "" ; +$t[] = "" ; +} + $t = implode ( "\n" , $t ) ; return $t ; } -- 2.20.1