Add missing content type

This commit is contained in:
Stefan Ritter 2011-03-22 22:58:12 +01:00
parent c6ad68e0cf
commit 0d024d57e4
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ def errorpage(string):
def document_header(string): def document_header(string):
if string == "html": if string == "html":
print "Content-type: text/html\n"
print "<!DOCTYPE html>" print "<!DOCTYPE html>"
print "<html>" print "<html>"
if string == "atom": if string == "atom":