diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index d834cf1fef0..dbff7645175 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -839,21 +839,26 @@ class Form
global $langs;
$yes="yes"; $no="no";
- if ($option) { $yes="1"; $no="0"; }
+
+ if ($option)
+ {
+ $yes="1";
+ $no="0";
+ }
- print ''."\n";
}
/*