fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7dee009
)
fix isbn for txt
author
Jan Szejko
<janek37@gmail.com>
Fri, 19 May 2017 12:17:17 +0000
(14:17 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 19 May 2017 12:17:17 +0000
(14:17 +0200)
librarian/text.py
patch
|
blob
|
history
diff --git
a/librarian/text.py
b/librarian/text.py
index
3cd7313
..
2577a20
100644
(file)
--- 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: