@@ -, +, @@ --- C4/XSLT.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -22,6 +22,7 @@ package C4::XSLT; # along with Koha; if not, see . use Modern::Perl; +use Encode qw(decode); use C4::Context; use C4::Koha qw( xml_escape ); --