From: Michael Date: Tue, 25 Dec 2018 12:30:27 +0000 (+0000) Subject: Fixing double encoding here as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9feab828c88dfdc0c66fef3269f6cdf0122d2840;p=friendica.git Fixing double encoding here as well --- 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,