From 0d024d57e43c899fa3ee2673fe27e5798f509113 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 22 Mar 2011 22:58:12 +0100 Subject: Add missing content type --- blogthon.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'blogthon.cgi') 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": -- cgit v1.2.3