Use ENT_QUOTES when converting UTF-8 to HTML (#448)

Closes #448.
This commit is contained in:
Fred Brennan
2022-09-15 14:42:00 -04:00
parent e42a1b04b1
commit 4c6a695a6f
2 changed files with 20 additions and 1 deletions

View File

@@ -1159,6 +1159,8 @@
$config['error']['mime_exploit'] = _('MIME type detection XSS exploit (IE) detected; post discarded.');
$config['error']['invalid_embed'] = _('Couldn\'t make sense of the URL of the video you tried to embed.');
$config['error']['captcha'] = _('You seem to have mistyped the verification.');
$config['error']['flag_undefined'] = _('The flag %s is undefined, your PHP version is too old!');
$config['error']['flag_wrongtype'] = _('defined_flags_accumulate(): The flag %s is of the wrong type!');
// Moderator errors