]> git.mxchange.org Git - friendica.git/commitdiff
Fix: The event name mustn't be escaped, since it can contain converted BBCode
authorMichael <heluecht@pirati.ca>
Sun, 2 Dec 2018 22:35:39 +0000 (22:35 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 2 Dec 2018 22:35:39 +0000 (22:35 +0000)
view/theme/frio/templates/event_stream_item.tpl

index 58f39a0ee14d30db17255b37afbcecb4fe51fbb9..5331461b7261d2756c6f87bc08be01971bcba5ae 100644 (file)
@@ -22,7 +22,7 @@
                                                </span>
                                                {{if $location.name}}
                                                <span role="presentation" aria-hidden="true"> ยท </span>
-                                               <span class="event-location event-card-location">{{$location.name|escape}}</span>
+                                               <span class="event-location event-card-location">{{$location.name}}</span>
                                                {{/if}}
                                        </div>
                                        <div class="event-card-profile-name profile-entry-name">