From: Ant Zucaro Date: Tue, 24 May 2011 18:23:30 +0000 (-0400) Subject: Small fix to address block matching problems. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9741744beb23470e9513ec71339802f7134455a9;p=xonotic%2Fxonstat.git Small fix to address block matching problems. --- 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