From 6fab97db77655ec8ab46b4e5fad2d52b941bbe57 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 31 Aug 2003 00:05:10 +0000 Subject: [PATCH] Correc mineur html --- htdocs/compta/tva/reglement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index 58e41ea5a61..2a06f54832f 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -57,7 +57,7 @@ if ($result) print "$obj->dm\n"; $total = $total + $obj->amount; - print "".price($obj->amount).""; + print "".price($obj->amount)." "; print "\n"; $i++;