Fixes bug in e function for escaping
This commit is contained in:
parent
58f8594606
commit
316f4afb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ class View {
|
|||
static public function e($text)
|
||||
{
|
||||
|
||||
$text=htmlspecialchars($text, ENT_QUOTES, 'UTF-8'));
|
||||
$text=htmlspecialchars($text, ENT_QUOTES, 'UTF-8');
|
||||
|
||||
return $text;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue