diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index cf06894dde5..1ef5045c845 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -855,7 +855,7 @@ class FormFile
}
if ($nboffiles == 0)
{
- print '
| ';
+ print ' |
| ';
if (empty($textifempty)) print $langs->trans("NoFileFound");
else print $textifempty;
print ' |
';
@@ -1043,7 +1043,7 @@ class FormFile
if (count($filearray) == 0)
{
- print '| ';
+ print ' |
| ';
if (empty($textifempty)) print $langs->trans("NoFileFound");
else print $textifempty;
print ' |
';
@@ -1210,7 +1210,7 @@ class FormFile
}
if ($nboflinks == 0)
{
- print '| ';
+ print ' |
| ';
print $langs->trans("NoLinkFound");
print ' |
';
}