Merge pull request #6227 from annando/event-name
Fix: The event name mustn't be escaped, since it can contain converte…
This commit is contained in:
commit
c4ef1bbd1d
|
@ -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