Fixing double encoding here as well

This commit is contained in:
Michael 2018-12-25 12:30:27 +00:00
parent ccb9be8f28
commit 9feab828c8
1 changed files with 1 additions and 1 deletions

View 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,