From ee9aa2ee1c85b163f0bc72f587967c867b640b4d Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 19:25:22 +0000 Subject: [PATCH] =?UTF-8?q?correction=20d'un=20probl=E8me=20d'un=20tag=20=20mal=20=E9crit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index f147c3e1500..fb16c29634a 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -356,7 +356,7 @@ else print ""; print "Date".strftime("%A %d %B %Y",$obj->df)."\n"; print "Libelle$obj->libelle"; - print "".'td>Auteur'.$fac->author.' '; + print "Auteur$fac->author "; print "".' Total HT'.price($fac->total_ht).""; print 'TVA'.price($fac->total_tva)."";