Bug 7460: followup : Add template toolkit's FILTER html_line_break on staff details...
authorStéphane Delaune <stephane.delaune@biblibre.com>
Thu, 9 Feb 2012 10:01:33 +0000 (11:01 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 22 Feb 2012 14:26:18 +0000 (15:26 +0100)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index 38a26c9..8e694e5 100644 (file)
@@ -436,7 +436,7 @@ function verify_images() {
 
 [% IF ( MARCNOTES ) %]
     [% FOREACH MARCNOTE IN MARCNOTES %]
-    <p>[% MARCNOTE.marcnote %]</p>
+    <p>[% MARCNOTE.marcnote FILTER html_line_break %]</p>
     [% END %]
     [% ELSE %]
     [% IF ( notes ) %]