From 9741744beb23470e9513ec71339802f7134455a9 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 24 May 2011 14:23:30 -0400 Subject: [PATCH] Small fix to address block matching problems. --- xonstat/templates/game_index.mako | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xonstat/templates/game_index.mako b/xonstat/templates/game_index.mako index b2bf3ca..e19a2fb 100755 --- a/xonstat/templates/game_index.mako +++ b/xonstat/templates/game_index.mako @@ -57,6 +57,7 @@ Game Index - ${parent.title()} % endfor +% endif ############################ DM Game ############################ @@ -96,6 +97,7 @@ Game Index - ${parent.title()} % endfor +% endif ############################ TDM Game ############################ @@ -137,10 +139,10 @@ Game Index - ${parent.title()} % endfor +% endif ############################ End gametype specific stuff ############################ -% -% endif + % endfor % endif -- 2.39.2