diff --git a/views/stuff.qtpl b/views/stuff.qtpl
index e1fe2d1..f0169d2 100644
--- a/views/stuff.qtpl
+++ b/views/stuff.qtpl
@@ -68,19 +68,19 @@ for u := range user.YieldUsers() {
@@ -119,7 +119,7 @@ for u := range user.YieldUsers() {
Administrators: {%- for i, username := range user.ListUsersWithGroup("admin") -%}
{%- if i > 0 -%}
{%- endif -%}
- {%s username %}{%- endfor -%}
+ {%s username %}{%- endfor -%}
{%- else -%}
This wiki does not use authorization
{%- endif -%}
diff --git a/views/stuff.qtpl.go b/views/stuff.qtpl.go
index 14309cc..3696e10 100644
--- a/views/stuff.qtpl.go
+++ b/views/stuff.qtpl.go
@@ -175,7 +175,7 @@ func StreamUserListHTML(qw422016 *qt422016.Writer) {
for _, name := range admins {
//line views/stuff.qtpl:70
qw422016.N().S(`
- `,
+ ` `,
errMsg,
name,
),
Admins
- {% for _, name := range admins %}
-
- {%s name %} +
- {%s name %} {% endfor %}
Moderators
- {% for _, name := range moderators %}
-
- {%s name %} +
- {%s name %} {% endfor %}
Editors
- {% for _, name := range editors %}
-
- {%s name %} +
- {%s name %} {% endfor %}