From 6eab24e964a1a6db14b3b311bf2e8bdf46383409 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 11 Feb 2025 13:40:06 +0100 Subject: [PATCH] Bug 39088: Correctly prefix url with protocol when OPACURLOpenInNewWindow on the OPAC result page Content-Type: text/plain; charset=utf-8 There is certainly something better to do as the xsl for the OPACDetail is calling it only once, but it needs more work. Signed-off-by: Caroline Cyr La Rose Signed-off-by: Marcel de Rooy --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 17676f19a5..f2099aea75 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1245,7 +1245,15 @@ /cgi-bin/koha/tracklinks.pl?uri=&biblionumber= - + + + + + + + + + -- 2.39.5