diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 6c58ac28b4..0f83dd0317 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -150,14 +150,14 @@ {% endif %} {% if u.moderated_subs %} -
-

Moderator of

- {% for a in u.moderated_subs %} - - /s/x{{a['sub']}} - - {% endfor %} -
+
+

Moderator of

+ {% for a in u.moderated_subs %} + + /s/{{a['sub']}} + + {% endfor %} +
{% endif %}