From 3b8586b92bc1aa392b68c7ff3554a8d275ff3d1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 16 Feb 2004 21:24:39 +0000 Subject: [PATCH] Remplacement des border=0/1 par class="noborder/border" --- htdocs/compta/stats/cumul.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/stats/cumul.php b/htdocs/compta/stats/cumul.php index 54586a965f9..f6947b2bd65 100644 --- a/htdocs/compta/stats/cumul.php +++ b/htdocs/compta/stats/cumul.php @@ -92,7 +92,7 @@ function pt ($db, $sql, $date) { $num = $db->num_rows(); $i = 0; $total = 0 ; - print ''; + print '
'; print ""; print ""; print ""; @@ -111,7 +111,7 @@ function pt ($db, $sql, $date) $i++; } - print "\n"; + print "\n"; print "
$dateMontant
Total : ".price($total)."
Cumul : ".price($total)."
\n"; $db->free();