From 49080b42a1b1c584ec974f4abb310044b4f3906e 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 Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 91c16e9e7a8e9eccf37024b0efde14819b7093b9) Signed-off-by: Lucas Gass --- 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 82de514ab1..77c48a8b2a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -283,7 +283,7 @@ - /cgi-bin/koha/opac-search.pl?q=Provider:" + /cgi-bin/koha/opac-search.pl?q=Provider: b -- 2.39.5