fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
accept missing dc tags
[librarian.git]
/
librarian
/
pdf.py
diff --git
a/librarian/pdf.py
b/librarian/pdf.py
index
2f5c209
..
c02e98c
100644
(file)
--- a/
librarian/pdf.py
+++ b/
librarian/pdf.py
@@
-81,7
+81,7
@@
def fix_hanging(doc):
insert_tags(doc,
re.compile("(?<=\s\w)\s+"),
"nbsp",
- exclude=[DCNS("identifier.url"), DCNS("rights.license")]
+ exclude=[DCNS("identifier.url"), DCNS("rights.license")
, DCNS("title"), DCNS("description")
]
)