diff options
author | Adrian Vondendriesch <discostu@zoozer.de> | 2009-07-24 16:31:01 +0200 |
---|---|---|
committer | Adrian Vondendriesch <discostu@zoozer.de> | 2009-07-24 16:31:01 +0200 |
commit | 8d585d5e7e05ab7d88661f0d5f7b4e07dd7fc522 (patch) | |
tree | 8a320b41152a90c12cc2c2c0a05d3ccc063d9990 /blogthon.cgi | |
parent | dc381f921e53ad998ac85ddb5c2c6fb114b784dc (diff) |
fix a style bug in comments area
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
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) |