Forgot body tag
This commit is contained in:
parent
a38597314c
commit
1d894b6bc0
|
@ -305,7 +305,7 @@ class DisplayHTMLPage(object):
|
||||||
f.write(u'<link rel="stylesheet" href="/%s"/>' % (css))
|
f.write(u'<link rel="stylesheet" href="/%s"/>' % (css))
|
||||||
if self.title:
|
if self.title:
|
||||||
f.write(u'<title>%s</title>' % (self.title))
|
f.write(u'<title>%s</title>' % (self.title))
|
||||||
f.write(u'</head>')
|
f.write(u'</head><body>')
|
||||||
for block in self.blocks:
|
for block in self.blocks:
|
||||||
block.build(f)
|
block.build(f)
|
||||||
f.write(u'<center>Generated by <a href="%s">IWLA %s</a></center>' %
|
f.write(u'<center>Generated by <a href="%s">IWLA %s</a></center>' %
|
||||||
|
|
Loading…
Reference in New Issue
Block a user