]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/player_game_index.mako
Remove <ul>s, center tables, and tweak the team colors a bit.
[xonotic/xonstat.git] / xonstat / templates / player_game_index.mako
index 308fe435b9f389add26a7edd170db5e7607d8a4c..0ace35d08990cabd7ca815423056db7fe26eb59f 100755 (executable)
@@ -9,11 +9,10 @@ Player Game Index for ${player.nick_html_colors()} - ${parent.title()}
 
 % else:
 <h2>Recent Games by ${player.nick_html_colors()}</h2>
-<ul>
 % for (playergamestat, game, server, map) in games:
    <li><a href="${request.route_url("game_info", id=game.game_id)}" name="Game info page for game #${game.game_id}">#${game.game_id}:</a> <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a></li>
 % endfor
-</ul>
+<br />
 % endif
 
 % if games.previous_page: