From e07054be9ace808e1a3aa453684031c0d57aa5d5 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 4 Jan 2018 17:14:38 -0500 Subject: [PATCH] The blank space isn't needed. --- xonstat/templates/player_info.mako | 2 -- 1 file changed, 2 deletions(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index e24a59b..0c560e5 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -158,8 +158,6 @@
% endif -
- % if g.game_type_cd == 'ctf': % if overall_stats[g.game_type_cd].cap_ratio is not None: Cap Ratio: ${round(overall_stats[g.game_type_cd].cap_ratio,2)} (${overall_stats[g.game_type_cd].total_captures} captures, ${overall_stats[g.game_type_cd].total_pickups} pickups)
-- 2.39.2