Entrycounter should work now

This commit is contained in:
Stefan Ritter 2009-05-25 00:32:13 +02:00
parent 334e6687a9
commit 485b4fe81a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ' <div class="entry"><a href=?a=1>View all entries...</a></div>'
print ' </div>'