diff --git a/blogthon.cgi b/blogthon.cgi index 69cdd48..1554fd8 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -432,7 +432,7 @@ else: content.close() entry_counter += 1 - if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist + if not month_display and not post_display and not allentries_display and entry_counter >= entries_per_page: # Display pagelist print '
View all entries...
' print ' '