Forgot body tag

This commit is contained in:
Gregory Soutade 2014-12-28 18:58:25 +01:00
parent a38597314c
commit 1d894b6bc0
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class DisplayHTMLPage(object):
f.write(u'<link rel="stylesheet" href="/%s"/>' % (css))
if self.title:
f.write(u'<title>%s</title>' % (self.title))
f.write(u'</head>')
f.write(u'</head><body>')
for block in self.blocks:
block.build(f)
f.write(u'<center>Generated by <a href="%s">IWLA %s</a></center>' %