From 6682114069c2668916b787d730bb1e074a214072 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 2 Dec 2018 22:35:39 +0000 Subject: [PATCH] Fix: The event name mustn't be escaped, since it can contain converted BBCode --- view/theme/frio/templates/event_stream_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/event_stream_item.tpl b/view/theme/frio/templates/event_stream_item.tpl index 58f39a0ee1..5331461b72 100644 --- a/view/theme/frio/templates/event_stream_item.tpl +++ b/view/theme/frio/templates/event_stream_item.tpl @@ -22,7 +22,7 @@ {{if $location.name}} - {{$location.name|escape}} + {{$location.name}} {{/if}}