]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove braces from the hashkey text template.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 11 Aug 2013 14:27:32 +0000 (10:27 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 11 Aug 2013 14:27:32 +0000 (10:27 -0400)
xonstat/templates/player_hashkey_info_text.mako

index bacdd03f63bc62f658fd367cfd7ea7b126e9626e..cea9643603d09d580fd6647d3d0c1bbd7f54e6a1 100644 (file)
@@ -21,7 +21,7 @@ e wins ${games_played[0].wins}
 e favorite-map ${fav_maps['overall'].map_name} ${fav_maps['overall'].times_played} ${fav_maps['overall'].game_type_cd}
 % for game_type_cd in overall_stats.keys():
 % if game_type_cd != 'overall':
-G ${game_type_cd}
+G ${game_type_cd}
 % if game_type_cd in elos.keys():
 e elo ${elos[game_type_cd].elo}
 % endif
@@ -45,6 +45,5 @@ e wins ${gp.wins}
 % endif
 % endfor
 e favorite-map ${fav_maps[game_type_cd].map_name} ${fav_maps[game_type_cd].times_played}
-}
 % endif
 % endfor