X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/6d65ed2b0c5f9f6df14de211ea2bf1de0a5dac70..0fd2ed230ea6d53adb5e627731672c996485167b:/librarian/html.py diff --git a/librarian/html.py b/librarian/html.py index 4e9abd0..1f0615f 100644 --- 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() +functions.reg_person_name() STYLESHEETS = { 'legacy': 'xslt/book2html.xslt',