Fix #6394 (Series Sort in save template)

This commit is contained in:
Kovid Goyal 2010-08-05 13:08:31 -06:00
parent 972d3e600d
commit 47e56e8cbe

View File

@ -46,6 +46,7 @@ def authors_to_sort_string(authors):
return ' & '.join(map(author_to_author_sort, authors))
_title_pat = re.compile('^(A|The|An)\s+', re.IGNORECASE)
def title_sort(title):
match = _title_pat.search(title)
if match: