I hope the layout isn't broken anymore now

This commit is contained in:
Morten Delenk 2016-04-12 20:07:59 +02:00
parent 6115030af9
commit 90657e92a7

View file

@ -25,6 +25,7 @@ def getLayoutXML():
meta.set("content", "width=device-width, initial-scale=1.0")
topLink = SubElement(body, "a")
topLink.set("id", "top")
topLink.text="\n"
title2 = SubElement(body, "h1")
title2.text = "%(title)s"
hr1 = SubElement(body, "hr")