]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Fixing double encoding here as well
[friendica.git] / mod / notifications.php
index 54c54fa222b00009b4390bb5d23710ed6d5391f5..00c234d157717639ee948ebdc687faad128174a9 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,