diff options
author | discostu <discostu@goliath.thehappy.de> | 2009-07-24 15:54:54 +0200 |
---|---|---|
committer | discostu <discostu@goliath.thehappy.de> | 2009-07-24 15:54:54 +0200 |
commit | 3f632c4575d9492bec4efc2e47200f0ed753c7da (patch) | |
tree | 9b8d07156ac4d0bc56d740153ae5652f0a86311e /blogthon.cgi | |
parent | 479e4490bcc1ba594ffaefc4b4a6fc6d7bb53126 (diff) |
Fix a stylesheet bug in comments area
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 8fa1c7d..23f1dcc 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -442,7 +442,6 @@ else: comments_content.close() else: print ' </div>' - print ' </div>' # Form for adding comments random_int_a = random.randint(1,9) |