From 662aadcebd51a5bb23443f6805d69fc5937b215e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Feb 2022 01:42:12 +0200 Subject: [PATCH] xvc --- files/templates/userpage.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 %}