diff --git a/xml2rfc/writers/base.py b/xml2rfc/writers/base.py index e0117072e..752bb4275 100644 --- a/xml2rfc/writers/base.py +++ b/xml2rfc/writers/base.py @@ -2014,6 +2014,7 @@ def page_bottom_left(self): authors = self.root.findall('front/author') authors = [ a for a in authors if a.get('role') != 'contributor' ] surnames = [ n for n in [ short_author_ascii_name_parts(a)[1] for a in authors ] if n ] + text = '' if len(surnames) == 1: text = surnames[0] elif len(surnames) == 2: