diff options
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index bda8b58..90b2f42 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -71,7 +71,7 @@ if newest_first: else: entries.sort() -print ' <div class="sidebar">' +print ' <div class="screen"><div class="sidebar">' if staticpages == "True": staticpages = [] @@ -163,7 +163,7 @@ else: # Show regular entry if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist print ' <div class="entry"><a href=?a=1>View all entries...</a></div>' -print ' </div>' +print ' </div></div>' print ' </body>' print '</html>' |