From bc7071f3705bc43878975efadd9c0c0067c6ad37 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Sep 2013 15:14:20 -0300 Subject: [PATCH] Bug 10905: fix links to author tracings when UseAuthoritiesForTracings is on Quotation marks in MARC21slim2OPACDetail.xsl break author tracings in OPAC. This patch fixes that for the prog theme; the Bootstrap theme is not affected. To reproduce: - Enable UseAuthoritiesForTracings - Search in the OPAC and go to the detail page of a record that has links to authorities. - Click on the magnifier icon - You get a 404 error page. To test the fix: - Apply the patch - Search in the OPAC and go to the detail page of a record that has links to authorities. - Click on the magnifier icon - You are sent to the corresponding authority record. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: David Noe Signed-off-by: Kyle M Hall Passes koha-qa.pl, trivial change Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index c3a846cf5c..9854e9d960 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -1027,7 +1027,7 @@ - /cgi-bin/koha/opac-authoritiesdetail.pl?authid="" + /cgi-bin/koha/opac-authoritiesdetail.pl?authid= -- 2.39.5