diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 492e8081a..2af7fc1b1 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3220,12 +3220,12 @@ 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 = ""; + $html = ""; } - $html .= "NSFieldType() . " value='{$value}' />"; + $html .= "NSFieldType() . " value='{$value}' />"; return $html; } }