diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index 60776804d..e4ab6203b 100644
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -1130,7 +1130,7 @@ class XmlForm_Field_Suggest extends XmlForm_Field_SimpleText //by neyek
return 'htmlentities ( $value, ENT_COMPAT, 'utf-8' ) . '\' readOnly="readOnly" style="' . htmlentities ( $this->style, ENT_COMPAT, 'utf-8' ) . '" onkeypress="' . htmlentities ( $onkeypress, ENT_COMPAT, 'utf-8' ) . '"/>';
} else {
// $str = '';
- $str = ''.$this->htmlentities($value, ENT_COMPAT, 'utf-8').'';
+ $str = '';
if($this->hint){
$str .= '';
}