From bf758a26acee8e5063cbe19182370bf1546edd6e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 22 Mar 2011 23:06:21 +0100 Subject: Add language and charset to header --- blogthon.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 0224fc4..264cd54 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -56,7 +56,7 @@ def document_header(string): if string == "html": print "Content-type: text/html\n" print "" - print "" + print "" if string == "atom": print "Content-type: application/atom+xml\n" print "" @@ -336,6 +336,7 @@ else: document_header("html") print tab + "" print tab*2 + "%s" % blog_title + print tab*2 + "" print tab*2 + "" print tab*2 + "" % keywords print tab*2 + "" % blog_title -- cgit v1.2.3