From 0504475dca3451b15251ccc26d54db105225a691 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 27 Aug 2015 02:51:24 +0200 Subject: [PATCH] Improve code --- include/class_html_input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index c544e1b70..f8a16416d 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -392,7 +392,7 @@ class HtmlInput } echo ''; - $hide=new IButton('l'); + $hide=new IButton('l2'); $hide->label=_("Valider"); $hide->javascript=" hide_cat_choice() "; echo $hide->input();