people: escape one more username instance
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d8b5937710
commit
7ac205846e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ page_jinja_template = """
|
|||
<tr>
|
||||
<td>
|
||||
<img class='user-avatar' src='/static/grey.jpg' alt='Avatar for {{username|e}}' data-src='https://seccdn.libravatar.org/avatar/{{user['openid_hash']}}?s=20&d=retro'>
|
||||
{{user.name.strip()}} <span class='text-muted'>({{username|e}})</span>
|
||||
{{user.name.strip()|e}} <span class='text-muted'>({{username|e}})</span>
|
||||
</td>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue