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