diff --git a/htdocs/compta/facture/document.php b/htdocs/compta/facture/document.php
index 66c758ba862..d4b964d6c7f 100644
--- a/htdocs/compta/facture/document.php
+++ b/htdocs/compta/facture/document.php
@@ -152,7 +152,7 @@ if ($facid > 0)
print '
| '.$langs->trans('Ref').' | '.$facture->ref.' |
';
// Société
- print '| '.$langs->trans('Company').' | '.$societe->getNomUrl(1).' |
';
+ print '| '.$langs->trans('Company').' | '.$societe->getNomUrl(1).' |
';
print '| '.$langs->trans("NbOfAttachedFiles").' | '.sizeof($filearray).' |
';
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.$totalsize.' '.$langs->trans("bytes").' |
';
@@ -190,7 +190,12 @@ if ($facid > 0)
print_titre($langs->trans("AttachedFiles"));
print '';
- print '| '.$langs->trans("Document").' | '.$langs->trans("Size").' | '.$langs->trans("Date").' | |
';
+ print '';
+ print '| '.$langs->trans("Document").' | ';
+ print ''.$langs->trans("Size").' | ';
+ print ''.$langs->trans("Date").' | ';
+ print ' | ';
+ print '
';
if (is_dir($upload_dir))
{