diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html
index 74e32b441..876fb3fab 100644
--- a/files/templates/leaderboard.html
+++ b/files/templates/leaderboard.html
@@ -95,7 +95,7 @@
Truescore |
-
+
{% for user in users10 %}
{{loop.index}} |
@@ -131,7 +131,7 @@
{{loop.index}} |
{% include "user_in_table.html" %} |
- {{user.stored_subscriber_count}} |
+ {{user.stored_subscriber_count}} |
{% endfor %}
{% if pos2 > 25 %}
@@ -247,7 +247,7 @@
Downvotes |
-
+
{% for user, num in users9 %}
{{loop.index}} |
@@ -280,7 +280,7 @@
Badges |
-
+
{% for user, num in users11 %}
{{loop.index}} |
@@ -348,7 +348,7 @@
Marseys |
-
+
{% for user, num in users12 %}
{{loop.index}} |
@@ -382,7 +382,7 @@
Upvotes |
-
+
{% for user, num in users13 %}
{{loop.index}} |