From: Michael Date: Sun, 2 Dec 2018 22:35:39 +0000 (+0000) Subject: Fix: The event name mustn't be escaped, since it can contain converted BBCode X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6682114069c2668916b787d730bb1e074a214072;p=friendica.git Fix: The event name mustn't be escaped, since it can contain converted BBCode --- 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}}