diff --git a/blogthon.cgi b/blogthon.cgi index 1041774..0224fc4 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -54,6 +54,7 @@ def errorpage(string): def document_header(string): if string == "html": + print "Content-type: text/html\n" print "" print "" if string == "atom":