Fix: The event name mustn't be escaped, since it can contain converted BBCode

This commit is contained in:
Michael 2018-12-02 22:35:39 +00:00
parent c5558cc459
commit 6682114069
1 changed files with 1 additions and 1 deletions

View 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">