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