From 6450122338effa145c716f3dd812fd3747dd4aaa Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 21 Oct 2009 15:43:17 +0200 Subject: Fixed some indentions --- blogthon.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'blogthon.cgi') diff --git a/blogthon.cgi b/blogthon.cgi index 8f40193..2da17d3 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -144,8 +144,8 @@ if static_display: static_display = re.sub('/', '', static_display) post_display = action.getvalue('p') if post_display: - post_display = re.sub(' ', '-', post_display) - post_display = re.sub('/', '', post_display) + post_display = re.sub(' ', '-', post_display) + post_display = re.sub('/', '', post_display) allentries_display = action.getvalue('a') feed_display = action.getvalue('feed') @@ -456,9 +456,9 @@ else: for line in comments_content: if line.split(".", 1)[0] == "-": if notfirstline == 1: - print ' ' - print ' ' - notfirstline = 0; + print ' ' + print ' ' + notfirstline = 0; print '
' print '
' + line.split(".", 1)[1].strip() + '
' elif line.split(".", 1)[0] == "+": -- cgit v1.2.3