[Koha-bugs] [Bug 13381] RDA: 245 field changes in XSLT

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 4 13:29:17 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13381

Ian Bays <ian.bays at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.bays at ptfs-europe.com

--- Comment #36 from Ian Bays <ian.bays at 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.


More information about the Koha-bugs mailing list