From 2d34efb9af7d4a1db7f6db31403f563dc246cec1 Mon Sep 17 00:00:00 2001
From: Stefan Ritter
Date: Thu, 19 Jan 2012 21:13:36 +0100
Subject: Remove some unused borders
---
blogthon.cgi | 13 -------------
1 file changed, 13 deletions(-)
(limited to 'blogthon.cgi')
diff --git a/blogthon.cgi b/blogthon.cgi
index 5a3b8c8..eeaf1df 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -542,11 +542,6 @@ else:
print(ind*5 + line.strip() + "
")
print(ind*5 + "
")
print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
print(ind*3 + "")
print("")
content.close()
@@ -586,11 +581,6 @@ else:
else:
print(ind*5 + line.strip() + "
")
print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
- print(ind*4 + "")
# Comments...
# ... are shown when post_display and comments_file isn't false
@@ -653,9 +643,6 @@ else:
print(ind*5 + "
" % blog_locale[8])
print(ind*4 + "")
print(ind*3 + "")
- else:
- print(ind*3 + "")
- print("")
if comments == "True":
comments_file = glob(os.path.join(entries_dir, title + ".comments"))
--
cgit v1.2.3