We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a8b81b + f8b66cb commit 4d5c5a1Copy full SHA for 4d5c5a1
ucp/controller/webpush.php
@@ -240,7 +240,7 @@ private function get_notification_data(string $notification_data): string
240
$this->user_loader->load_users($notification->users_to_query());
241
242
return json_encode([
243
- 'heading' => $this->config['sitename'],
+ 'heading' => ext::decode_entities($this->config['sitename'], ENT_QUOTES),
244
'title' => strip_tags(ext::decode_entities($notification->get_title())),
245
'text' => strip_tags(ext::decode_entities($notification->get_reference())),
246
'url' => htmlspecialchars_decode($notification->get_url()),
0 commit comments