Bugzilla – Attachment 98860 Details for
Bug 24654
Trailing double-quote in RDA 264 subfield b on OPAC XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24654: Remove trailing quote in rda264 XSLT
Bug-24654-Remove-trailing-quote-in-rda264-XSLT.patch (text/plain), 1.63 KB, created by
Nick Clemens (kidclamp)
on 2020-02-13 15:46:57 UTC
(
hide
)
Description:
Bug 24654: Remove trailing quote in rda264 XSLT
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-02-13 15:46:57 UTC
Size:
1.63 KB
patch
obsolete
>From a2908acd079329a8f42b4b4aac00061938925e57 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 @@ > <xsl:when test="$url='1'"> > <xsl:if test="$field/marc:subfield[@code='b']"> > <a> >- <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri($field/marc:subfield[@code='b'], true())"/>"</xsl:attribute> >+ <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri($field/marc:subfield[@code='b'], true())"/></xsl:attribute> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">b</xsl:with-param> > </xsl:call-template> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24654
:
98860
|
98969
|
99119