Add missing content type
This commit is contained in:
parent
c6ad68e0cf
commit
0d024d57e4
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user