From: Magnus Manske Date: Sun, 8 Feb 2004 13:05:28 +0000 (+0000) Subject: hopefully fixing caption bug 892460 X-Git-Tag: 1.3.0beta1~1006 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=9714e01b942cb34f4f8d8a524d9c3b802d324e61;p=lhc%2Fweb%2Fwiklou.git hopefully fixing caption bug 892460 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 8d2e9d3ac0..b964f038ac 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -732,10 +732,13 @@ function doTableStuff ( $t ) foreach ( $after AS $theline ) { $z = "" ; - $tra = array_pop ( $ltr ) ; - if ( !array_pop ( $tr ) ) $z = "\n" ; - array_push ( $tr , true ) ; - array_push ( $ltr , "" ) ; + if ( $fc != "+" ) + { + $tra = array_pop ( $ltr ) ; + if ( !array_pop ( $tr ) ) $z = "\n" ; + array_push ( $tr , true ) ; + array_push ( $ltr , "" ) ; + } $l = array_pop ( $ltd ) ; if ( array_pop ( $td ) ) $z = "" . $z ;