diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 897f69dd3..bc9145ea8 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3220,7 +3220,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field } elseif ($this->mode === 'view') { $checked = (isset( $value ) && ($value == $this->value)) ? 'checked' : ''; if ($this->labelOnRight) { - $html = " + $html = " " . $this->label . ''; } else { $html = "";