From 787428f68c1f889b2868e2e16e7e782ed313968e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 24 Dec 2018 22:52:38 -0500 Subject: [PATCH] Remove template escaping for event title --- view/theme/frio/templates/event_stream_item.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/templates/event_stream_item.tpl b/view/theme/frio/templates/event_stream_item.tpl index 330f88cbb..9264e9d2e 100644 --- a/view/theme/frio/templates/event_stream_item.tpl +++ b/view/theme/frio/templates/event_stream_item.tpl @@ -12,7 +12,8 @@
-
{{$title}}
+
{{$title nofilter}}
+ {{* If there is a map, we insert a button for showing/hiding the map *}} {{if $location.map}}{{/if}}