| '.$langs->trans('Type').' | ';
@@ -232,7 +232,7 @@ if ($object->id > 0)
print '';
- print '';
+ print '';
// Nb of files
print '| '.$langs->trans('NbOfAttachedFiles').' | '.count($filearray).' | ';
diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php
index 942b6cb98fb..a594a920e74 100644
--- a/htdocs/holiday/document.php
+++ b/htdocs/holiday/document.php
@@ -118,7 +118,7 @@ if ($object->id)
//print '';
print ' ';
- print ' ';
+ print '';
print '';
print '| '.$langs->trans("User").' | ';
@@ -223,7 +223,7 @@ if ($object->id)
print '';
// Info workflow
- print ''."\n";
+ print ''."\n";
print '';
if (! empty($object->fk_user_create))
diff --git a/htdocs/loan/document.php b/htdocs/loan/document.php
index eeee232befb..0b7e23bbd3f 100644
--- a/htdocs/loan/document.php
+++ b/htdocs/loan/document.php
@@ -143,7 +143,7 @@ if ($object->id)
}
- print '';
+ print '';
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' | ';
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.dol_print_size($totalsize, 1, 1).' | ';
print " \n";
diff --git a/htdocs/product/document.php b/htdocs/product/document.php
index 9c2f45c0159..94db650a519 100644
--- a/htdocs/product/document.php
+++ b/htdocs/product/document.php
@@ -223,7 +223,7 @@ if ($object->id)
print '';
print ' ';
- print ' ';
+ print '';
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' | ';
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.dol_print_size($totalsize, 1, 1).' | ';
diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
index 20b2bd708dd..51469b8d2f6 100644
--- a/htdocs/projet/document.php
+++ b/htdocs/projet/document.php
@@ -135,7 +135,7 @@ if ($object->id > 0)
print '';
print ' ';
- print ' ';
+ print '';
// Files infos
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' | ';
diff --git a/htdocs/projet/tasks/document.php b/htdocs/projet/tasks/document.php
index 49bf3d02ad8..2b2f6ab4176 100644
--- a/htdocs/projet/tasks/document.php
+++ b/htdocs/projet/tasks/document.php
@@ -163,7 +163,7 @@ if ($object->id > 0)
print '';
print ' ';
- print ' ';
+ print '';
// Visibility
print '| '.$langs->trans("Visibility").' | ';
@@ -197,7 +197,7 @@ if ($object->id > 0)
print '';
print ' ';
- print ' ';
+ print '';
// Description
print '| '.$langs->trans("Description").' | ';
@@ -266,7 +266,7 @@ if ($object->id > 0)
print '';
print ' ';
- print ' ';
+ print '';
// Files infos
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' | ';
diff --git a/htdocs/resource/document.php b/htdocs/resource/document.php
index 5bef25f9824..5e6227a9e1d 100644
--- a/htdocs/resource/document.php
+++ b/htdocs/resource/document.php
@@ -113,7 +113,7 @@ if ($object->id)
print '';
print ' ';
- print ' ';
+ print '';
// Resource type
print '';
diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
index 2337763032c..6886c631e37 100644
--- a/htdocs/societe/document.php
+++ b/htdocs/societe/document.php
@@ -118,7 +118,7 @@ if ($object->id)
print '';
print ' ';
- print ' ';
+ print '';
// Prefix
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
diff --git a/htdocs/supplier_proposal/document.php b/htdocs/supplier_proposal/document.php
index f226391e3f7..458ade41309 100644
--- a/htdocs/supplier_proposal/document.php
+++ b/htdocs/supplier_proposal/document.php
@@ -148,7 +148,7 @@ if ($object->id > 0)
print '';
print ' ';
- print ' ';
+ print '';
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' | ';
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.dol_print_size($totalsize, 1, 1).' | ';
diff --git a/htdocs/user/document.php b/htdocs/user/document.php
index 8d96157416a..63d527dc33c 100644
--- a/htdocs/user/document.php
+++ b/htdocs/user/document.php
@@ -149,7 +149,7 @@ if ($object->id)
}
- print '';
+ print '';
// Login
print '| '.$langs->trans("Login").' | '.$object->login.' | ';
| | |