From 4b4a33c87714bea3385636857ffb27907ad93f21 Mon Sep 17 00:00:00 2001 From: phette23 Date: Sun, 13 Oct 2024 19:22:05 -0700 Subject: [PATCH] Bug 38055: Space between label and value for MARC field 530 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To test: - Find a record with a 530 field or add a 530 to an existing record - View record in OPAC — note no space between label and value - Apply patch - Restart Plack - View record in OPAC — space is present Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 7080456e09..cc231f4160 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -343,7 +343,7 @@ Edition: - + Edition: @@ -368,7 +368,7 @@ Description: - + Description: @@ -1065,7 +1065,7 @@ - Available additional physical forms: + Available additional physical forms: abcd diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 9c61e67898..de21d62386 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1148,7 +1148,7 @@ - Available additional physical forms: + Available additional physical forms:
  • -- 2.39.5