From 8d585d5e7e05ab7d88661f0d5f7b4e07dd7fc522 Mon Sep 17 00:00:00 2001 From: Adrian Vondendriesch Date: Fri, 24 Jul 2009 16:31:01 +0200 Subject: [PATCH] fix a style bug in comments area --- blogthon.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogthon.cgi b/blogthon.cgi index 89594c2..6226263 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -465,6 +465,8 @@ else: comments_content.close() else: print ' ' + print ' ' + print '
' # Form for adding comments random_int_a = random.randint(1,9)