diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 309f40a32..89062a4cc 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -9,7 +9,7 @@

 
{% for lb in LEADERBOARDS %} - {% if lbs[2] %} + {% if lb[2] %} {{lb[1]}}{% if lb[3] %} •{% endif %} {% endif %} {% endfor %}