Fix: The event name mustn't be escaped, since it can contain converted BBCode
This commit is contained in:
parent
c5558cc459
commit
6682114069
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue