From 8ec0cd446de645ea3b452aa974a2253260e43a05 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Thu, 22 Oct 2015 09:22:47 -0400 Subject: [PATCH] Bug 15047 - 655 URL not clickable in opac-detail. Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac record details 3) Find or create a record with MARC tags 655 4) Perform an opac search and select records with 655 field, select record and review details page. 5) Check that 655 field is clickable. --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index a92ef6a..8273487 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -785,7 +785,7 @@ /cgi-bin/koha/opac-search.pl?q=an: - /cgi-bin/koha/opac-search.pl?q= + /cgi-bin/koha/opac-search.pl?q= avxyz AND (su: @@ -797,12 +797,12 @@ /cgi-bin/koha/opac-search.pl?q=su: - avxyz vxyz -- + | -- 2.3.2 (Apple Git-55)