@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -591,7 +591,11 @@ [% item.materials | html %] [% END %] [% IF ( itemdata_itemnotes ) %] -
[% item.object.itemnotes.replace('\n','
') | $raw %]
+ +
+ [% item.object.itemnotes | html | html_line_break %] +
+ [% END %] [% IF itemdata_nonpublicnotes %] [% item.itemnotes_nonpublic | html %] --