From d5565fffc1e5a2091c32b714b1e115b6102ccb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Tue, 12 May 2015 15:01:13 +0200 Subject: [PATCH] [Qual] Fixed HTML input form disabled attribute --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 150ca48e477..3a42879961b 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4356,7 +4356,7 @@ class Form '; } - $out.=''; if ($show_empty) {