Commit 6edcf4bf authored by Vincent Pelletier's avatar Vincent Pelletier

Provide doctype and encoding in output.

parent 5eb90fec
......@@ -609,7 +609,8 @@ def main():
else:
out = open(args.out, 'w')
with out:
out.write('<html><head><title>Stats</title><style>'
out.write('<!DOCTYPE html>\n<html><head><meta charset="utf-8">'
'<title>Stats</title><style>'
'.stats th, .stats td { border: solid 1px #000; } '
'.stats th { text-align: center; } '
'.stats td { text-align: right; } '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment