diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index 871b7970d..2825f97c9 100755
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -2360,7 +2360,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
$checked = (isset ( $value ) && ($value == $this->value)) ? 'checked' : '';
if ($this->labelOnRight) {
$html = '';
- $html = "
+ $html = "
" . $this->label . '';
} else {
$html = "";