From e40af5b4160912d78ccdf33c6e9b87c1c4e74783 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 There is certainly something better to do as the xsl for the OPACDetail is calling it only once, but it needs more work. --- .../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 17676f19a50..f2099aea758 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.34.1