Fix user name listing

This commit is contained in:
Bill Thiede 2025-12-03 09:48:43 -08:00
parent a711eeafdf
commit 9a76b0496f

View File

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