Fixing double encoding here as well
This commit is contained in:
parent
ccb9be8f28
commit
9feab828c8
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ function notifications_content(App $a)
|
||||||
|
|
||||||
$notif_content[] = Renderer::replaceMacros($tpl, [
|
$notif_content[] = Renderer::replaceMacros($tpl, [
|
||||||
'$type' => $notif['label'],
|
'$type' => $notif['label'],
|
||||||
'$header' => htmlentities($header),
|
'$header' => $header,
|
||||||
'$str_notifytype' => L10n::t('Notification type:'),
|
'$str_notifytype' => L10n::t('Notification type:'),
|
||||||
'$notify_type' => $notif['notify_type'],
|
'$notify_type' => $notif['notify_type'],
|
||||||
'$dfrn_text' => $dfrn_text,
|
'$dfrn_text' => $dfrn_text,
|
||||||
|
|
Loading…
Reference in a new issue