Add missing content type
This commit is contained in:
parent
c6ad68e0cf
commit
0d024d57e4
@ -54,6 +54,7 @@ def errorpage(string):
|
||||
|
||||
def document_header(string):
|
||||
if string == "html":
|
||||
print "Content-type: text/html\n"
|
||||
print "<!DOCTYPE html>"
|
||||
print "<html>"
|
||||
if string == "atom":
|
||||
|
Loading…
Reference in New Issue
Block a user