From 9e593de322b6602eeb549f651ad4273e9f0d4044 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 23 Feb 2020 21:25:00 +0000 Subject: [PATCH] Bug 24605: (QA follow-up) Fix unencoded series link in staff interface Same change as the first patch, but for the staff detail page. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 6298eafa642529283ed82f72638bb434762a2c15) Signed-off-by: Lucas Gass (cherry picked from commit 0870bb6da6191759512e8b7a29ebe7a2f169ee62) --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index fce6456a08..7f6ee68b8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -292,7 +292,7 @@ - /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" + /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" -- 2.39.5