From: Magnus Manske Date: Fri, 12 Sep 2003 07:13:48 +0000 (+0000) Subject: table markup fix X-Git-Tag: 1.1.0~279 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=919e609961ad987302f9f9680c5fc85d3d466c57;p=lhc%2Fweb%2Fwiklou.git table markup fix --- 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 ; }