diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 9299702a1bb..1cdf6fd194e 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1148,7 +1148,7 @@ class FormFile print ''; print '' . dol_print_date(dol_now(), "dayhour", "tzuser") . ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -1163,7 +1163,7 @@ class FormFile print ''; print '' . dol_print_date($link->datea, "dayhour", "tzuser") . ''; print ''; - print ''; + print ''; print '' . img_edit() . ''; // id= is included into $param if ($permtodelete) { print '   ' . img_delete() . ''; // id= is included into $param @@ -1176,7 +1176,7 @@ class FormFile } if ($nboflinks == 0) { - print ''; + print ''; print $langs->trans("NoLinkFound"); print ''; }