diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index d29fd0d5e15..ff5f5d0d0a5 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -1693,8 +1693,7 @@ class Form
if ($showempty && ! is_numeric($showempty)) {
$textforempty = $showempty;
$out .= '';
- }
- else {
+ } else {
if (($showempty == 1 || ($showempty == 3 && $num > 1)) && ! $multiple) {
$out .= '';
}