https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167
--- Comment #23 from Katrin Fischer <[email protected]> --- I am also stumbling on this change: [% IF ( itemdata_itemnotes ) %] <td><div class="itemnotes">[% item.object.itemnotes.replace('\n','<br />') | $raw %]</div></td> [% END %] [% IF itemdata_nonpublicnotes %] <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td> [% END %] Why do this for the one note and not the other? It was also not there before and we allow HTML in this field. It seems counterintiuitive to allow both <br> and manual line breaks maybe. But: Not a blocker for me. -- 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/
