http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15460 Bug ID: 15460 Summary: Bug 13381 accidentally removed spaces after subfields c and h of 245 Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: ian.bays@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org It seems that the change in the xslt (bug 13381) to put span around subfields c and h has removed the space that was generated between the subfields. In koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl there is an: <xsl:text> </xsl:text> at line 125 in the otherwise clause that spaces out the subfields. The two that were singled out do not have this. Adding them back in within the <span> achieves the normal, desired spacing. All four xsl files are affected: koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl -- You are receiving this mail because: You are watching all bug changes.