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

--- Comment #43 from Lucas Gass (lukeg) <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to