From 972f410015370c7722164d643f8ed12ffdf24ffe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 14:01:14 +0000 Subject: [PATCH] Modif style --- htdocs/compta/bank/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 9d75a76eaac..fab79773a58 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -46,9 +46,9 @@ if ($result) $db->free(); } -print ""; +print '
'; print ''; -print ""; +print ""; print ""; print "\n"; $total = 0; @@ -129,11 +129,8 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++) { } } - print "
CompteBanqueComptes courantsBanqueNuméroSolde 
"; - - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");