HtmlInput::get_node_attribute protect the attribute with htmlentity
This commit is contained in:
parent
018b727c7c
commit
a596b020c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1210,7 +1210,7 @@ class HtmlInput
|
|||
for ($i=0; $i<$nb_attribute; $i++)
|
||||
{
|
||||
$r.=sprintf(' %s="%s" ', $this->attribute[$i][0],
|
||||
$this->attribute[$i][1]);
|
||||
htmlentities($this->attribute[$i][1]));
|
||||
}
|
||||
return $r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue