From: Magnus Manske Date: Wed, 22 Feb 2006 08:37:14 +0000 (+0000) Subject: "table with no data" fix X-Git-Tag: 1.6.0~306 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=e353d4d94ccc64e4121086508c692fed19fd48f6;p=lhc%2Fweb%2Fwiklou.git "table with no data" fix --- diff --git a/includes/Parser.php b/includes/Parser.php index 829a7b342a..47644b8a89 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -796,7 +796,7 @@ class Parser $l = array_pop ( $ltd ) ; if ( array_pop ( $td ) ) $t[] = '' ; if ( array_pop ( $tr ) ) $t[] = '' ; - if ( array_pop ( $has_opened_tr ) ) $t[] = "" ; + if ( !array_pop ( $has_opened_tr ) ) $t[] = "" ; $t[] = '' ; }