FB2 output: Fix metadata typo.

This commit is contained in:
John Schember 2009-08-08 20:57:12 -04:00
parent b1486cc5b5
commit 1a88688500

View File

@ -93,7 +93,7 @@ class FB2MLizer(object):
if len(author_parts) == 1: if len(author_parts) == 1:
author_last = author_parts[0] author_last = author_parts[0]
elif len(author_parts == 2): elif len(author_parts) == 2:
author_first = author_parts[0] author_first = author_parts[0]
author_last = author_parts[1] author_last = author_parts[1]
else: else: