]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge pull request #6572 from annando/hubzilla-ap
[friendica.git] / mod / notifications.php
index 54c54fa222b00009b4390bb5d23710ed6d5391f5..909b297ebfbe992c92e01cc46cff10a03c435e72 100644 (file)
@@ -92,6 +92,8 @@ function notifications_content(App $a)
 
        $notif_header = L10n::t('Notifications');
 
+       $all = false;
+
        // Get introductions
        if ((($a->argc > 1) && ($a->argv[1] == 'intros')) || (($a->argc == 1))) {
                Nav::setSelected('introductions');
@@ -237,7 +239,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,