23 Oct
2025
23 Oct
'25
7:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30568 --- Comment #43 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- In the updated include it looks like you have: [%- WRAPPER maybe_span field_name='preferred_name' -%][%- data.preferred_name | html %][% END -%] and then: [%- BLOCK maybe_span -%] [%- IF no_html -%] [%- content | html -%] [%- ELSE -%] <span class="[% field_name | html %]">[%- content | html -%]</span> [%- END -%] [%- END -%] Could using html filter 2x cause the encoding to be weird? -- You are receiving this mail because: You are watching all bug changes.