diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-01-20 00:34:48 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-01-20 00:34:48 +0100 |
commit | 944e824467a778a1e7d6cdfcca53238bab80df58 (patch) | |
tree | 642095d89b280d33e7d10faf5d2d70b0992646bc /blogthon.cgi | |
parent | 2d34efb9af7d4a1db7f6db31403f563dc246cec1 (diff) |
Remove broken code
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index eeaf1df..c1c8870 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -666,9 +666,6 @@ else: print(ind*3 + "</div>") print("") comments_content.close() - else: - print(ind*3 + "</div>") - print("") content.close() entry_counter += 1 |