From 30c4883aa60d1af0e17a27bb4eafa52543943d33 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 14 May 2023 09:13:26 -0400 Subject: [PATCH] Escape notification text in /notifications module - This was causing literal HTML display names to be interpreted in the page --- view/templates/notifications/notification.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}