From e9765c5190b51c46e2964c43fea819ba024d3bf7 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 20 Dec 2016 07:33:03 +0100 Subject: [PATCH] Remove colspan --- htdocs/loan/document.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/loan/document.php b/htdocs/loan/document.php index 9a245f17762..575be293de0 100644 --- a/htdocs/loan/document.php +++ b/htdocs/loan/document.php @@ -113,8 +113,8 @@ if ($object->id) print ''; - print ''; - print ''; + print ''; + print ''; print "
'.$langs->trans("NbOfAttachedFiles").''.count($filearray).'
'.$langs->trans("TotalSizeOfAttachedFiles").''.$totalsize.' '.$langs->trans("bytes").'
'.$langs->trans("NbOfAttachedFiles").''.count($filearray).'
'.$langs->trans("TotalSizeOfAttachedFiles").''.$totalsize.' '.$langs->trans("bytes").'
\n"; print "\n";