diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index bc9145ea8..2af7fc1b1 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3225,7 +3225,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field } else { $html = ""; } - $html .= "NSFieldType() . " value='{$value}' />"; + $html .= "NSFieldType() . " value='{$value}' />"; return $html; } }