From 7f2404fba2c1ca3a47b38024314e02a3dbe6dad5 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 10 Jul 2009 08:58:30 +0200 Subject: Permalink bugfix --- blogthon.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blogthon.cgi b/blogthon.cgi index e06de01..d02bf65 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -457,7 +457,7 @@ else: comments_file = glob.glob(entries_dir + title + '.comments') if not comments_file and not post_display: print '
' - print ' no comments' + print ' no comments' print '
' print ' ' print '' @@ -467,7 +467,7 @@ else: for line in comments_content: if line.split(".", 1)[0] == "-": comments_counter += 1 print '
' - print ' comments (' + str(comments_counter) + ')' + print ' comments (' + str(comments_counter) + ')' print '
' print ' ' print '' -- cgit v1.2.3