fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes #1060: sorted and unique editors' names
[librarian.git]
/
librarian
/
html.py
diff --git
a/librarian/html.py
b/librarian/html.py
index
4e9abd0
..
1f0615f
100644
(file)
--- a/
librarian/html.py
+++ b/
librarian/html.py
@@
-16,6
+16,7
@@
from librarian import functions
from lxml.etree import XMLSyntaxError, XSLTApplyError
functions.reg_substitute_entities()
from lxml.etree import XMLSyntaxError, XSLTApplyError
functions.reg_substitute_entities()
+functions.reg_person_name()
STYLESHEETS = {
'legacy': 'xslt/book2html.xslt',
STYLESHEETS = {
'legacy': 'xslt/book2html.xslt',