From 0c0b84a350c06d272ff08c7599ad8004f032af22 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Feb 2003 00:06:35 +0000 Subject: [PATCH] relooking --- htdocs/compta/bank/budget.php3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/bank/budget.php3 b/htdocs/compta/bank/budget.php3 index bc71d7bda0a..5340458a3f8 100644 --- a/htdocs/compta/bank/budget.php3 +++ b/htdocs/compta/bank/budget.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -78,8 +78,8 @@ if ($bid == 0) $db->free(); print 'Total'; - print ''.price($total).' '; - print "soit en francs".francs($total)."\n"; + print ''.price($total).' '; + print "soit en francs".francs($total)." \n"; } else { @@ -138,7 +138,7 @@ else } $db->free(); print "Total".price(abs($total))."euros"; - print "soit".francs(abs($total))."francs\n"; + print "soit".francs(abs($total))."francs\n"; } else {