diff --git a/index.py b/index.py index cbc3811..6e65204 100755 --- a/index.py +++ b/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())