From a5fe474882815f47bc665d9c0da2b6b7ec32a8b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 11 Nov 2008 19:49:46 +0000 Subject: [PATCH] Fix: W3C --- htdocs/adherents/cotisations.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/adherents/cotisations.php b/htdocs/adherents/cotisations.php index 9cf292e42e5..e8ed78a8faa 100644 --- a/htdocs/adherents/cotisations.php +++ b/htdocs/adherents/cotisations.php @@ -285,6 +285,7 @@ if ($result) $i++; } + // Total $var=!$var; print ''; print "".$langs->trans("Total")."\n"; @@ -296,7 +297,8 @@ if ($result) print ' '; } print ' '; - print "".price($total)."\n"; + print ' '; + print "".price($total)."\n"; print "\n"; print "";