From fc6eb42ae7fd5e4d6825c8d866e7a8da84d03efd Mon Sep 17 00:00:00 2001 From: jyhere Date: Thu, 7 Jul 2022 11:52:44 +0200 Subject: [PATCH] Missing space --- 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 b969d664ca3..aeaa02035bd 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4982,7 +4982,7 @@ class Form $moreonecolumn .= $input['value']; $moreonecolumn .= ''; $moreonecolumn .= ''; - } elseif (in_array($input['type'],['select', 'multiselect'])) { + } elseif (in_array($input['type'], ['select', 'multiselect'])) { if (empty($morecss)) { $morecss = 'minwidth100'; }