From 0bf7798b95d231809a0dcce6ff07af4316b5b6bf Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 18 Apr 2013 21:06:23 -0400 Subject: [PATCH] Oops, I clobbered a player-nick class. --- xonstat/templates/main_index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index 4e84cbb..b27efe4 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -56,7 +56,7 @@ Leaderboard % for r in rs: ${i} - ${r.nick_html_colors()|n} + ${r.nick_html_colors()|n} ${int(round(r.elo))} <% i = i+1 %> -- 2.39.2