Bug 16352 - Fix spacing for 245$h and 245$c in XSLTs
Summary: Fix spacing for 245$h and 245$c in XSLTs
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 06:10 UTC by David Cook
Modified: 2023-12-28 20:42 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2016-04-26 06:10:54 UTC
Bug 13381 (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13381) apparently changed the spacing for the $h and $c subfields, which causes template text to appear concatenated. 


It's as easy as adding some <xsl:text> </xsl:text> elements after the spans. 

It looks like it's for both the intranet and the OPAC.
Comment 1 David Cook 2022-12-06 06:28:33 UTC
Closing this due to age