diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 00bfd60e4ad..44fee06446f 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1728,7 +1728,7 @@ class Form $out .= ajax_combobox($htmlname); // do not use maxwidthonsmartphone by default. Set it by caller so auto size to 100% will work when not defined - $out .= ''; if ($show_empty && !$multiple) $out .= ''."\n"; if ($show_every) $out .= ''."\n";