diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index 492e8081a..897f69dd3 100755
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -3223,7 +3223,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
$html = "
" . $this->label . '';
} else {
- $html = "";
+ $html = "";
}
$html .= "NSFieldType() . " value='{$value}' />";
return $html;