Problème htmlentities : charset par défaut différent entre version

This commit is contained in:
Dany De Bontridder 2016-12-10 18:06:39 +01:00
parent 1f7c92700d
commit 5e3778df38

View file

@ -56,7 +56,7 @@ class IText extends HtmlInput
',$this->style,
$this->id,
$this->name,
$this->value,
htmlentities($this->value, ENT_COMPAT, "UTF-8"),
$this->placeholder,
$this->title,
$this->size,
@ -70,7 +70,7 @@ class IText extends HtmlInput
',$this->style,
$this->id,
$this->name,
$this->value,
htmlentities($this->value, ENT_COMPAT, "UTF-8"),
$this->placeholder,
$this->title,
$this->css_size,