I hope the layout isn't broken anymore now
This commit is contained in:
parent
6115030af9
commit
90657e92a7
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue