fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef7c18
)
exclude new curriculum from substitutions
author
Jan Szejko
<janek37@gmail.com>
Thu, 4 Jan 2018 16:03:26 +0000
(17:03 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 4 Jan 2018 16:03:26 +0000
(17:03 +0100)
librarian/pdf.py
patch
|
blob
|
history
diff --git
a/librarian/pdf.py
b/librarian/pdf.py
index
44ec644
..
757f168
100644
(file)
--- a/
librarian/pdf.py
+++ b/
librarian/pdf.py
@@
-78,6
+78,7
@@
def substitute_hyphens(doc):
DCNS("title"),
DCNS("description"),
DCNS("subject.curriculum"),
+ DCNS("subject.curriculum.new"),
'www',
]
)
@@
-92,6
+93,7
@@
def fix_hanging(doc):
DCNS("title"),
DCNS("description"),
DCNS("subject.curriculum"),
+ DCNS("subject.curriculum.new"),
]
)