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)." |
";