Fixes for php 8.2
This commit is contained in:
absurdo 2023-08-11 13:44:29 +02:00
commit db167084b6

View file

@ -776,7 +776,7 @@ class View {
static public function e($text)
{
$text=htmlspecialchars($text);
$text=htmlspecialchars($text, ENT_QUOTES, 'UTF-8');
return $text;