diff --git a/src/View.php b/src/View.php index 5a0cbb0..836261d 100644 --- a/src/View.php +++ b/src/View.php @@ -776,7 +776,7 @@ class View { static public function e($text) { - $text=htmlspecialchars($text); + $text=htmlspecialchars($text, ENT_QUOTES, 'UTF-8'); return $text;