From 485b4fe81a9cdca7ed7f81f1d30de3f9eec116d3 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 25 May 2009 00:32:13 +0200 Subject: Entrycounter should work now --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' ' -- cgit v1.2.3