Bug 23126: Display multi-line entries in subscrpitions correctly
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-edit.tt
index 37ccf50..7d95e05 100644 (file)
@@ -95,7 +95,7 @@ $(document).ready(function() {
 <h1>Serial edition <i>[% bibliotitle | html %]</i>
     [% IF location %] ([% AuthorisedValues.GetByCode('LOC', location) | html %])[% END %]
     [% IF ( callnumber ) %] callnumber: [% callnumber | html %][% END %]</h1>
-[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html %]</p>[% END %]
+[% IF internalnotes %]<p>Nonpublic note: [% internalnotes | html | html_line_break %]</p>[% END %]
 <form method="post" name="f" class="noEnterSubmit" action="serials-edit.pl" id="serials_edit">
 
 [% IF ( Errors ) %]