aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xblogthon.cgi1
1 files changed, 1 insertions, 0 deletions
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 "<!DOCTYPE html>"
print "<html>"
if string == "atom":