diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index 7ad4e0ae9..4c582c8da 100755
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -3788,7 +3788,7 @@ class XmlForm_Field_CheckGroup extends XmlForm_Field
$html = '';
foreach ($this->options as $optionName => $option) {
$html .= '
';
- $html .= '';
+ $html .= '';
}
return $html;
} else {