diff --git a/bin/scoreboard b/bin/scoreboard index e2654f6..2c10ab6 100755 --- a/bin/scoreboard +++ b/bin/scoreboard @@ -157,6 +157,9 @@ def main(): if opts.html: hdr = ('' '' + '' '') body = chart.make_table() body += '\n' diff --git a/ctf/html.py b/ctf/html.py index 101c4d7..8dcb99f 100755 --- a/ctf/html.py +++ b/ctf/html.py @@ -19,7 +19,6 @@ def substitute(title, body, base=base, hdr='', body_class='', onload='', links=' body_class=body_class, base=base, links=links, - onload=onload, body=body) def serve(title, body, **kwargs): diff --git a/template.html b/template.html index cf5e6a6..a838e2e 100644 --- a/template.html +++ b/template.html @@ -8,7 +8,7 @@ $hdr - +

$title