From: Ant Zucaro Date: Thu, 4 Jan 2018 22:14:38 +0000 (-0500) Subject: The blank space isn't needed. X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=e07054be9ace808e1a3aa453684031c0d57aa5d5 The blank space isn't needed. --- 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)