From 32d248bfdf98aa52aff01aeab76dd0137a17710b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 7 May 2005 02:48:17 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20lien=20sur=20detail=20ann=E9e=20sur=20r?= =?UTF-8?q?apport=20ca.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/stats/casoc.php | 2 +- htdocs/compta/stats/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php index 52ae7f9a6a7..8d9ead856ef 100644 --- a/htdocs/compta/stats/casoc.php +++ b/htdocs/compta/stats/casoc.php @@ -198,7 +198,7 @@ if (sizeof($amount)) } print ""; - +print '
'; $db->close(); diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index e45159dde09..910a41bc860 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -155,7 +155,7 @@ print ''.$langs->trans("Month").''; for ($annee = $year_start ; $annee <= $year_end ; $annee++) { - print ''.$annee.''; + print ''.$annee.''; print ' '; } print '';