From 4afcc036550d599857f91203a95c0dd99796654c Mon Sep 17 00:00:00 2001 From: Jane Wagner Date: Fri, 22 Jan 2010 11:59:48 -0500 Subject: [PATCH] Bug 4057 Fix spacing in XSLT OPAC display for 245 subfield f If a 245 has a subfield f (or any of the displayed fgknps subfields after a, b, or h) there is no spacing and the display runs together. This happens in both the XSLT results list and the XSLT individual title display. I've added a space between the a, b, h displays and the beginning of the fgknps set. --- koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl | 1 + koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl | 1 + 2 files changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 351bd50b96..795856e6ec 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -85,6 +85,7 @@ h + fgknps diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index cd9d9f2f0e..0ee5a73d8e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -410,6 +410,7 @@ h + fgknps -- 2.39.2