diff options
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") |