[Koha-bugs] [Bug 22572] Garbled content of MARC control fields in MARC view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 16:11:14 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22572

--- Comment #1 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list