25 Mar
2019
25 Mar
'19
3:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- I'm thinking we could do something like this in the template: [% subfiel.marc_value | replace(' ', ' ') | $raw %] ...which would convert spaces to for ALL output of MARC data, on the assumption that it doesn't hurt to do so with fields which don't rely on character position. I don't think there's a good way to change the style of the output of just those fields, since there's nothing in the framework which specifies that those tags are "positionally defined." -- You are receiving this mail because: You are watching all bug changes.