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 {