From a2908acd079329a8f42b4b4aac00061938925e57 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 13 Feb 2020 15:43:30 +0000 Subject: [PATCH] Bug 24654: Remove trailing quote in rda264 XSLT To test: 1 - Find or add a recod with a 264 field 2 - Make sure there is a subfield b 3 - View the record in opac 4 - Right click on publisher link and copy and paste into a text editor 5 - Note the trailing " in the search 6 - Apply patch 7 - Refresh 8 - Link is correctly formed now --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 6bae47cbbb..07b20dddbf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -284,7 +284,7 @@ - /cgi-bin/koha/opac-search.pl?q=Provider:" + /cgi-bin/koha/opac-search.pl?q=Provider: b -- 2.11.0