diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 6987bc3e27a..3bb3afae852 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4052,8 +4052,7 @@ class Form while ($i < $num) { $obj = $this->db->fetch_object($result); - if ($selected == $obj->rowid || ($useempty == 2 && $num == 1 && empty($selected))) - { + if ($selected == $obj->rowid || ($useempty == 2 && $num == 1 && empty($selected))) { $out .= '