Removing useless UTF-8 specification

This commit is contained in:
Antonin 2016-05-02 17:51:01 +02:00
parent d26dae1298
commit 69d8b7aa96

View File

@ -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) {