From 4c90ba1a64f2f21c8b9dbd7a2da777043bd843c4 Mon Sep 17 00:00:00 2001 From: atm-arnaud Date: Thu, 9 May 2019 12:11:18 +0200 Subject: [PATCH] FIX attached files list with link file was broked --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index da2f697d5d4..73aa32ece79 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -833,7 +833,7 @@ class FormFile { $out.=''; $out.=''; - $out.=''; + $out.=''; $out.=$file->label; $out.=''; $out.='';