people: escape one more username instance

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-08-25 17:48:45 +10:00
parent d8b5937710
commit 7ac205846e

View file

@ -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>