From 4d042c45cb367400a758c3eb2728f2724cd805dd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Sep 2011 12:29:44 +0000 Subject: [PATCH] Fix: W3C --- htdocs/compta/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index bc464ba68ef..55f3828167a 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -519,9 +519,9 @@ if ($conf->don->enabled && $user->rights->societe->lire) print ''; print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; print ''; if ($num) { @@ -552,7 +552,7 @@ if ($conf->don->enabled && $user->rights->societe->lire) } else { - print ''; + print ''; } print '
'.$langs->trans("BoxTitleLastModifiedDonations",$max).''.$langs->trans("AmountTTC").''.$langs->trans("DateModificationShort").' '.$langs->trans("AmountTTC").''.$langs->trans("DateModificationShort").' 
'.$langs->trans("None").'
'.$langs->trans("None").'

'; }