From b08da714d2654d791bf9e02da7dc8d57a4f508ba Mon Sep 17 00:00:00 2001 From: Hector Cortez Date: Tue, 3 May 2011 18:49:56 -0400 Subject: [PATCH] BUG 6810 Fix error element Suggest, to return and refresh value. --- gulliver/system/class.xmlform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= ''; }