From b4e537868bd665fc542e4e6d8631a4d9a1aa8df6 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 18 May 2009 21:36:31 +0200 Subject: [PATCH] Bugfix --- blogthon.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogthon.cgi b/blogthon.cgi index c9ae4f5..0e1f64d 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -303,6 +303,7 @@ else: print '
' print '
' print '
' + print ' ' content.close() # Entry else: @@ -332,6 +333,7 @@ else: print '
' print '
' print '
' + print ' ' # Comments... # ... are shown when post_display and comments_file isn't false