]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Small fix to address block matching problems.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 24 May 2011 18:23:30 +0000 (14:23 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 24 May 2011 18:23:30 +0000 (14:23 -0400)
xonstat/templates/game_index.mako

index b2bf3ca68c523747dba7799cf794c0aaa3c06077..e19a2fb8e30194030d71ec5f05e314e382a20e1d 100755 (executable)
@@ -57,6 +57,7 @@ Game Index - ${parent.title()}
         </td>\r
     </tr>\r
 % endfor\r
+% endif\r
 \r
 \r
 ############################ DM Game ############################\r
@@ -96,6 +97,7 @@ Game Index - ${parent.title()}
         </td>\r
     </tr>\r
 % endfor\r
+% endif\r
 \r
 \r
 ############################ TDM Game ############################\r
@@ -137,10 +139,10 @@ Game Index - ${parent.title()}
         </td>\r
     </tr>\r
 % endfor\r
+% endif\r
 \r
 ############################ End gametype specific stuff ############################\r
-% </table>\r
-% endif\r
+</table>\r
 % endfor\r
 % endif\r
 \r