Fix user name listing
This commit is contained in:
parent
a711eeafdf
commit
9a76b0496f
@ -1127,7 +1127,7 @@ class HTMLGenerator:
|
||||
</div>
|
||||
|
||||
<div class="controls">
|
||||
<p><strong>Users:</strong> {', '.join(sorted(users))}</p>
|
||||
<p><strong>Users:</strong> """ + ', '.join(sorted(users)) + """</p>
|
||||
</div>
|
||||
"""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user