From: Ant Zucaro Date: Fri, 19 Apr 2013 01:06:23 +0000 (-0400) Subject: Oops, I clobbered a player-nick class. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0bf7798b95d231809a0dcce6ff07af4316b5b6bf;p=xonotic%2Fxonstat.git Oops, I clobbered a player-nick class. --- 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 %>