Merge branch 'master' into docs

docs
eric 2019-05-06 09:23:24 -04:00
commit 204c5d5492
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class AuthorPage (SearchPage):
def fixup (self, os):
if (os.start_index == 1 and len (os.entries) > 1):
if (os.start_index == 1 and len (os.entries) > 0):
# browse-by-author page for maintainers
if 'is-catalog-maintainer' in cherrypy.request.cookie: