diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-05-17 23:59:14 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-05-17 23:59:14 +0200 |
commit | 0002b915cde5628a9c3ff938182ea1a0cd566104 (patch) | |
tree | 9646d98b6fa641870a89508684734ca5afa3dff1 /blogthon.cgi | |
parent | a38cb989fa843def08fd6d18bc301e62941aa63c (diff) |
Removed debug stuff
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 4cdfe55..4cd53aa 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -286,7 +286,6 @@ else: print '' print ' <div class="content">' - print '<br><br><br><br><br><br><br>' if static_display != "": # Show Staticpage content = open(staticpages_dir + static_display, "r") |