From: Hypolite Petovan Date: Sun, 14 May 2023 13:13:26 +0000 (-0400) Subject: Escape notification text in /notifications module X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30c4883aa60d1af0e17a27bb4eafa52543943d33;p=friendica.git Escape notification text in /notifications module - This was causing literal HTML display names to be interpreted in the page --- diff --git a/view/templates/notifications/notification.tpl b/view/templates/notifications/notification.tpl index b5c684cd82..dcee492baa 100644 --- a/view/templates/notifications/notification.tpl +++ b/view/templates/notifications/notification.tpl @@ -1,4 +1,4 @@
- {{$notification.text nofilter}} {{$notification.ago}} + {{$notification.text}} {{$notification.ago}}