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
Some examples for testing can be found here: http://www.loc.gov/marc/bibliographic/bd245.html
*** Bug 15596 has been marked as a duplicate of this bug. ***
Created attachment 59118 [details] [review] Bug 15460 Adding spaces after subfields c and h of 245 Test Plan 1: Add something inside c and h of 245 on a Biblical Record. There won't be a space between the c and h 2: This will occur on both the search results and the details pages of the record in both the intranet and opac. 3: Apply the patch 4: Refresh and see that there is now a space between c and h.
Created attachment 59122 [details] [review] [SIGNED OFF] Bug 15460 Adding spaces after subfields c and h of 245 Test Plan 1: Add something inside c and h of 245 on a Bibliographic Record. There won't be a space between the c and h 2: This will occur on both the search results and the details pages of the record in both the intranet and opac. 3: Apply the patch 4: Refresh and see that there is now a space between c and h. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Fixed biblical to bibliographic in commit message ;-)
Created attachment 59250 [details] [review] Bug 15460 Adding spaces after subfields c and h of 245 Test Plan 1: Add something inside c and h of 245 on a Bibliographic Record. There won't be a space between the c and h 2: This will occur on both the search results and the details pages of the record in both the intranet and opac. 3: Apply the patch 4: Refresh and see that there is now a space between c and h. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 17.05, thanks Caitlin!
This patch has been pushed to 16.11.x and will be in 16.11.02. Thx Caitlin!
Pushed to 16.05.x, for 16.05.08 release