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();