BUGS 14025 and 14476 IMPROVEMENETS
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
2731737fcd
commit
e97fcdc5c8
@@ -1491,7 +1491,10 @@ class XmlForm_Field_Suggest extends XmlForm_Field_SimpleText //by neyek
|
||||
return $str;
|
||||
}
|
||||
} else {
|
||||
return $this->htmlentities( $formVariableValue, ENT_COMPAT, 'utf-8' );
|
||||
$html = '<span id="form[' . $this->name . ']">';
|
||||
$html .= $this->htmlentities($formVariableValue, ENT_COMPAT, 'utf-8');
|
||||
$html .= '</span>';
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user