Bug 14716: URI-encode URLs in NORMARC xsl templates.
authorEre Maijala <ere.maijala@helsinki.fi>
Fri, 14 Sep 2018 22:32:07 +0000 (01:32 +0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 31 Oct 2018 13:19:22 +0000 (13:19 +0000)
commita140843721de52477c6460ccca0c1bf0d0aafcfd
tree1640209927545fe37e3d72f71d1b55a5b77c404d
parent8bdde434657121e884103048d64cfde86a57bf8b
Bug 14716: URI-encode URLs in NORMARC xsl templates.

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

Test plan:

1. Catalog a record with series name "Series & more"
2. Find the record
3. Make sure clicking the "Series & more" link works and the ampersand is properly encoded in the URL.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Works as advertised.
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslimUtils.xsl