From 0f79c3e260e9986e8b3dc882a8d25c40ef8017fc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 17 May 2003 16:04:39 +0000 Subject: [PATCH] Mise en forme de la table html --- htdocs/compta/caisse/annuel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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