diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php
index f7379ac4c..f227e85cf 100644
--- a/application/forms.class.inc.php
+++ b/application/forms.class.inc.php
@@ -1336,7 +1336,7 @@ EOF
}
else
{
- $sValue = '
';
+ $sValue = '
'.htmlentities($this->aAllowedValues[$idx]['label'], ENT_QUOTES, 'UTF-8').'';
}
$sReadOnly = $this->IsReadOnly() ? 'disabled' : '';
return array('label' => $this->sLabel, 'value' => $sValue);