X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/7dee009f056f7d802ed487b9b77698d54309f4da..43fe93caf99d223acd1defc31afdfda6b596551b:/librarian/text.py diff --git a/librarian/text.py b/librarian/text.py index 3cd7313..2577a20 100644 --- a/librarian/text.py +++ b/librarian/text.py @@ -85,7 +85,7 @@ def transform(wldoc, flags=None, **options): if funders: funders = u"\n\nPublikację wsparli i wsparły: %s." % funders publisher = '\n\nWydawca: ' + ', '.join(parsed_dc.publisher) - isbn = getattr(parsed_dc, 'isbn_html', None) + isbn = getattr(parsed_dc, 'isbn_txt', None) if isbn: isbn = '\n\n' + isbn else: