diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index 7f92ab869df..a38035c635c 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -2810,7 +2810,7 @@ class Form
// Affiche colonne type MIME
print '
'.$mimetype.' | ';
// Affiche nom fichier avec lien download
- print ''.$file["name"].'';
+ print ' | '.$file["name"].'';
print ' | ';
// Affiche taille fichier
print ''.filesize($filedir."/".$file["name"]). ' bytes | ';
@@ -2819,7 +2819,7 @@ class Form
if ($delallowed)
{
- print ''.img_delete().' | ';
+ print ''.img_delete().' | ';
}
print '';