mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Consistently using multibyte-safe htmlentities()
This commit is contained in:
parent
55ad61e4c3
commit
20085c46c3
@ -1067,7 +1067,7 @@ JS;
|
||||
}
|
||||
|
||||
return array(
|
||||
"Message" => htmlentities($_REQUEST['Message']),
|
||||
"Message" => htmlentities($_REQUEST['Message'], ENT_COMPAT, 'UTF-8'),
|
||||
"Buttons" => $buttons,
|
||||
"Modal" => $_REQUEST['Modal'] ? true : false,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user