From ae84ac3bea59e795b1e3095cf38d513456280b8c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 7 Aug 2004 16:59:12 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20esth=E9thique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/boxes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/boxes.php b/htdocs/boxes.php index 12cbf0d2ed4..a84a48e67e9 100644 --- a/htdocs/boxes.php +++ b/htdocs/boxes.php @@ -31,7 +31,7 @@ class infoBox $bcx[1] = 'class="box_impair"'; $nbcol=sizeof($contents[0]); - print ''; + print '
'; print ' 0) { print ' colspan="'.$nbcol.'"'; } @@ -40,7 +40,7 @@ class infoBox for ($i=0, $n=sizeof($contents); $i<$n; $i++) { $var=!$var; - print ''; + print ''; for ($j=0, $m=sizeof($contents[$i]); $j<$m; $j++) {