From 762f5cefffb132e9d266facb17fdc728721fb8d5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Sep 2005 23:21:55 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Balises=20mal=20=E9quilibr=E9es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index cca394cd328..0fc022efa24 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1286,7 +1286,8 @@ else print ''; print ''; print '%'; - print ''; + print ''; + print ''; if ($conf->service->enabled) { print ''; @@ -1295,8 +1296,8 @@ else print ' au '; print $html->select_date('',"date_end",0,0,1); print ''; + print ''; } - print ''; print ""; } print "\n";