From 44407cfb7963213f1006ff1b15ece6da00d0972d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 14:27:58 +0000 Subject: [PATCH] Correction erreur html --- htdocs/compta/bank/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 19b8bd45eb8..160d912c3e4 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -64,7 +64,7 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++) print "$acc->bank$acc->number"; - print ''.price($solde).' '; + print ''.price($solde).' '; $total += $solde; }