aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Vondendriesch <discostu@zoozer.de>2009-07-24 16:31:01 +0200
committerAdrian Vondendriesch <discostu@zoozer.de>2009-07-24 16:31:01 +0200
commit8d585d5e7e05ab7d88661f0d5f7b4e07dd7fc522 (patch)
tree8a320b41152a90c12cc2c2c0a05d3ccc063d9990
parentdc381f921e53ad998ac85ddb5c2c6fb114b784dc (diff)
fix a style bug in comments area
-rwxr-xr-xblogthon.cgi2
1 files changed, 2 insertions, 0 deletions
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 ' </div>'
+ print ' </div>'
+ print ' <div class="comments">'
# Form for adding comments
random_int_a = random.randint(1,9)