Merge branch 'master' of https://bitbucket.org/phangoapp/phaview
Fixes for php 8.2
This commit is contained in:
commit
db167084b6
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ class View {
|
||||||
static public function e($text)
|
static public function e($text)
|
||||||
{
|
{
|
||||||
|
|
||||||
$text=htmlspecialchars($text);
|
$text=htmlspecialchars($text, ENT_QUOTES, 'UTF-8');
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue