From 9d2891f0bb7d7b323138f712edb1c3f76091e01d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 16:53:03 +0000 Subject: [PATCH] Remplacement des border="0" par class="noborder" --- htdocs/compta/facture.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 2fc5a505455..50773ba82b1 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -547,7 +547,7 @@ if ($_GET["action"] == 'create') */ print_titre("Produits"); - print ''; + print '
'; print ''; print ''; @@ -607,7 +607,7 @@ if ($_GET["action"] == 'create') { print_titre("Produits"); - print '
RéfProduitPrixRemiseQté.
'; + print '
'; print ''; print ''; @@ -823,7 +823,7 @@ else $num_lignes = $db->num_rows(); $i = 0; $total = 0; - echo '
RéfProduitPrixRemiseQté.
'; + echo '
'; if ($num_lignes) { print "";