From 0f4dabc2dd43c99f427e3eee743bdb8155e08cf3 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 22 Mar 2011 23:18:16 +0100 Subject: language and tabs: * Use en as language when language is not declared * Use one space instead of one tab --- blogthon.cgi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'blogthon.cgi') diff --git a/blogthon.cgi b/blogthon.cgi index 264cd54..a8e05df 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -30,7 +30,7 @@ no_break = re.compile("^\s*(||||" - print "" + try: + print "" + except NameError: + print "" if string == "atom": print "Content-type: application/atom+xml\n" print "" -- cgit v1.2.3