bugfix
This commit is contained in:
parent
859f567bad
commit
54ec9528ec
1 changed files with 1 additions and 2 deletions
3
index.py
3
index.py
|
@ -1,6 +1,5 @@
|
|||
from htmlgen import *
|
||||
print("Content-type: text/html")
|
||||
print()
|
||||
print("Content-type: text/html\r\n\r\n")
|
||||
html=htmlgen.HTMLgen(pagelayout.getLayoutXML().decode('utf-8'),"Home Page")
|
||||
html.addArticle("Markdown test","*Hello, World!*")
|
||||
print(html.renderSite())
|
||||
|
|
Loading…
Reference in a new issue