diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index 6fc1a86d1fd..2bc2e1428cb 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -81,8 +81,8 @@ if ($db->query($sql)) } } -print ''; -print ''; +print '
'; +print ''; $year_current = strftime("%Y",time());
Mois