diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 37e6637c59b..d834cf1fef0 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -840,19 +840,19 @@ class Form $yes="yes"; $no="no"; if ($option) { $yes="1"; $no="0"; } - + print ''; }