Index: htdocs/fourn/facture/fiche.php =================================================================== RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v retrieving revision 1.3 diff -u -r1.3 fiche.php --- htdocs/fourn/facture/fiche.php 13 Sep 2003 13:39:13 -0000 1.3 +++ htdocs/fourn/facture/fiche.php 26 Sep 2003 08:23:23 -0000 @@ -356,7 +356,7 @@ 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)."";