From 02509ccbc44e21231eaf97b655572772de8f909e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Mar 2021 20:39:11 +0100 Subject: [PATCH] Responsive --- 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 498078b6b15..da8416601be 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -205,7 +205,7 @@ class FormFile $out .= ' '; if ($sectionid) { // Show overwrite if exists for ECM module only $langs->load('link'); - $out .= ''; + $out .= ''; } $out .= 'global->MAIN_UPLOAD_DOC) || empty($perm) ? ' disabled' : '');