From 304ce09e0668f8050ce5821e0b05778f198c9219 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Dec 2006 10:21:56 +0000 Subject: [PATCH] W3C --- htdocs/compta/facture.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index a77947eb345..23ff18bfd7a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2978,6 +2978,7 @@ else print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->nom:''),$page,'facture.php','&socid='.$socid,$sortfield,$sortorder,'',$num); $i = 0; + print '
'."\n"; print ''; print ''; print_liste_field_titre($langs->trans('Ref'),$_SERVER['PHP_SELF'],'f.facnumber','','&socid='.$socid,'',$sortfield); @@ -2990,9 +2991,9 @@ else print ''; // Lignes des champs de filtre - print ''; + print ''; - print ''; print ''; print ''; - print ''; if ($num > 0) { @@ -3073,7 +3073,8 @@ else } } - print '
'; + print ''; print ''; print ' '; @@ -3005,7 +3006,6 @@ else print ''; print '
'; + print "\n"; + print "\n"; $db->free($resql); } else