Removing useless UTF-8 specification
This commit is contained in:
parent
d26dae1298
commit
69d8b7aa96
@ -191,7 +191,7 @@ class Utils {
|
||||
}
|
||||
|
||||
public static function htmlMailEscape($html) {
|
||||
return htmlspecialchars($html, ENT_HTML5 | ENT_QUOTES, 'UTF-8');
|
||||
return htmlspecialchars($html, ENT_HTML5 | ENT_QUOTES);
|
||||
}
|
||||
|
||||
public static function csvEscape($text) {
|
||||
|
Loading…
Reference in New Issue
Block a user