diff --git a/extra/modules/root.py b/extra/modules/root.py index 5980ddc..600a595 100644 --- a/extra/modules/root.py +++ b/extra/modules/root.py @@ -1014,9 +1014,9 @@ class AlternateRootDirectory(OldRootDirectory): r += htmltext('\n') if len(formdefs) < limit: for formdef in formdefs_advertise[:limit-len(formdefs)]: - r += htmltext('
  • ') + r += htmltext('
  • ') r += htmltext('%s') % (category.url_name, formdef.url_name, formdef.name) - r += ' (%s)' % _('authentication required') + r += htmltext(' (%s)
  • ') % _('authentication required') r += htmltext('\n') if (len(formdefs)+len(formdefs_advertise)) > limit: r += htmltext('
  • %s
  • ') % (category.url_name,