From 9feab828c88dfdc0c66fef3269f6cdf0122d2840 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 25 Dec 2018 12:30:27 +0000 Subject: [PATCH] Fixing double encoding here as well --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/notifications.php b/mod/notifications.php index 54c54fa222..00c234d157 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -237,7 +237,7 @@ function notifications_content(App $a) $notif_content[] = Renderer::replaceMacros($tpl, [ '$type' => $notif['label'], - '$header' => htmlentities($header), + '$header' => $header, '$str_notifytype' => L10n::t('Notification type:'), '$notify_type' => $notif['notify_type'], '$dfrn_text' => $dfrn_text,