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