diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php
index c0ed37bd2..5493171e4 100644
--- a/application/forms.class.inc.php
+++ b/application/forms.class.inc.php
@@ -1338,7 +1338,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);