From 9c98be1c24610a0500071a7eab855ae1ab4a4e39 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 12 Apr 2015 10:32:08 -0400 Subject: [PATCH] Fix the recent games table for the server info page. --- xonstat/templates/server_info.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index df1a522..f074a94 100644 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -150,8 +150,8 @@ View - ${rg.map_name} - ${rg.fuzzy_date} + ${rg.map_name} + ${rg.fuzzy_date} % if rg.player_id > 2: ${rg.nick_html_colors|n} -- 2.39.2