Fixing double encoding here as well
authorMichael <heluecht@pirati.ca>
Tue, 25 Dec 2018 12:30:27 +0000 (12:30 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 25 Dec 2018 12:30:27 +0000 (12:30 +0000)
mod/notifications.php

index 54c54fa..00c234d 100644 (file)
@@ -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,