Fix problem of accentuated char
This commit is contained in:
parent
cfc1e7de81
commit
1f7c92700d
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class IText extends HtmlInput
|
|||
',$this->style,
|
||||
$this->id,
|
||||
$this->name,
|
||||
htmlentities($this->value),
|
||||
$this->value,
|
||||
$this->placeholder,
|
||||
$this->title,
|
||||
$this->size,
|
||||
|
|
@ -70,7 +70,7 @@ class IText extends HtmlInput
|
|||
',$this->style,
|
||||
$this->id,
|
||||
$this->name,
|
||||
htmlentities($this->value),
|
||||
$this->value,
|
||||
$this->placeholder,
|
||||
$this->title,
|
||||
$this->css_size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue