diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 146e99ee6..2dd42167e 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -2350,10 +2350,13 @@ class XmlForm_Field_Checkbox extends XmlForm_Field return $res; } elseif ($this->mode === 'view') { if ($this->labelOnRight) { - $html = "" . $this->label . ''; + $html = ''; + $html = " + " . $this->label . ''; } else { $html = ""; } + $html .=""; // if($this->hint){ // $html .= ' //