[Koha-bugs] [Bug 25379] HTML in circulation notes doesn't show correctly on checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 25 21:29:07 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Shouldn't we use html_linebreak as well?
We do in moremember:
[% patron.borrowernotes | $raw | html_line_break %]

Also, why are we only dealing with the checkin page? There are other places
where it's displayed escaped (`git grep 'borrowernotes | html'`)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list