diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index 05bf861df..55299ac17 100644
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -2139,7 +2139,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
} else {
$res = "readOnly $disabled/>";
}
- if($this->hint){
+ if($this->hint){
$res .= '
';