Changed results page to have the correct stylesheet.

This commit is contained in:
Paul S. Ferrell 2009-10-08 09:16:29 -06:00
parent 30e18ea544
commit dd281b5706
1 changed files with 5 additions and 1 deletions

View File

@ -201,7 +201,11 @@ class Pflanzarr:
break
winner = random.choice(winners)
html = ['<html><body>',
html = ['<html>',
'<head><title>Game %d results</title>',
'<link href="../ctf.css" rel="stylesheet" type="text/css">',
'</head>',
'<body>',
'<table><tr><th>Team<th>Kills<th>Cause of Death']
for tank in tanks:
if tank is winner: