From f4d1b356e9e5c20220fb5aaa66c7eb9c1593f2c1 Mon Sep 17 00:00:00 2001 From: Gus Date: Mon, 18 Jan 2016 22:31:26 +0000 Subject: [PATCH] Bug 15436 Use semicolon between series name and volumne information To Test: Add 490 and 830 for series and volume View page Should be ; (Semicolon) between series name and volume information, this replaced the : that was used. --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 68a6235..25b5b17 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -260,10 +260,10 @@ - : + ; - ; - + | + -- 1.7.10.4