[Koha-bugs] [Bug 25381] XSLTs should not define entities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 8 16:09:51 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381

didier <didier.gautheron at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |didier.gautheron at biblibre.c
                   |                            |om

--- Comment #2 from didier <didier.gautheron at biblibre.com> ---
Output of:

for i in $(git grep -lF '<!DOCTYPE stylesheet [<!ENTITY nbsp " " >]>' ) ;
do sed -i 's/ \[<!ENTITY nbsp "\ " >\]//' $i ; done

In Koha source tree

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list