http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13381 Ian Bays <ian.bays@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.bays@ptfs-europe.com --- Comment #36 from Ian Bays <ian.bays@ptfs-europe.com> --- It seems that the change in the xslt 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. -- You are receiving this mail because: You are watching all bug changes.