mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
SECURITY: XSS fix
This commit is contained in:
parent
58f3fcbc1a
commit
87baf58dbb
@ -23,7 +23,7 @@
|
||||
|
||||
{{#if user}}
|
||||
<div class="metadata">
|
||||
{{#if user.location}}<h3><i class="fa fa-map-marker"></i> {{{user.location}}}</h3>{{/if}}
|
||||
{{#if user.location}}<h3><i class="fa fa-map-marker"></i> {{user.location}}</h3>{{/if}}
|
||||
<h3>{{i18n last_post}} {{date path="user.last_posted_at" leaveAgo="true"}}</h3>
|
||||
<h3>{{i18n joined}} {{date path="user.created_at" leaveAgo="true"}}</h3>
|
||||
{{groups-list groups=user.custom_groups}}
|
||||
|
Loading…
Reference in New Issue
Block a user