Fixed a bug in the earlier author extraction bugfix.

- Legacy-Id: 13295
This commit is contained in:
Henrik Levkowetz 2017-05-10 12:21:17 +00:00
parent 27374cf52d
commit 38bfdb4095

View file

@ -502,7 +502,7 @@ class Draft():
r" {6}(\w+\s?\(.+\))$",
]
dateformat = r"(((%(month)s|%(mabbr)s) \d+, |\d+ (%(month)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$" % aux
dateformat = r"(((%(months)s|%(mabbr)s) \d+, |\d+ (%(months)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$" % aux
address_section = r"^ *([0-9]+\.)? *(Author|Editor)('s|s'|s|\(s\)) (Address|Addresses|Information)"