From 9130fe0c413d5b5f84378ff3f806bfbfd56f352f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Jan 2023 02:09:51 +0000 Subject: [PATCH] HTML rewriting for more consistent titles in leaderboard --- files/templates/admins.html | 2 +- files/templates/banned.html | 2 +- files/templates/blocks.html | 2 +- files/templates/log.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/admins.html b/files/templates/admins.html index 873e271a2..3655fee13 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -4,7 +4,7 @@ {% block content %} -
Admins
+
Admins
diff --git a/files/templates/banned.html b/files/templates/banned.html index 7cc5735ce..561322347 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -2,7 +2,7 @@ {% block pagetitle %}Banned Users{% endblock %} {% block content %} -
Banned Users
+
Banned Users
diff --git a/files/templates/blocks.html b/files/templates/blocks.html index e8f051245..eefc1c8b2 100644 --- a/files/templates/blocks.html +++ b/files/templates/blocks.html @@ -1,7 +1,7 @@ {% extends "settings2.html" %} {% block pagetitle %}Blocks{% endblock %} {% block content %} -

Blocks

+
Blocks
diff --git a/files/templates/log.html b/files/templates/log.html index 4d5a299a2..1bd953c9f 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -19,9 +19,9 @@
-
+
-
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log
+
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log