From: Jan Behrens Date: Thu, 18 Apr 2013 22:33:57 +0000 (+0200) Subject: Fix second item of bug #1511 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=263d77a8d3ff1b734a83f70a1f0bd2d6632489c4;p=xonotic%2Fxonstat.git Fix second item of bug #1511 --- diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index c2fd6ce..f91afaf 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -92,14 +92,14 @@ Recent Games % if rg.elo_delta is not None: % if round(rg.elo_delta,2) > 0: - + % elif round(rg.elo_delta,2) < 0: - + % else: - + % endif % else: - + % endif