[Koha-patches] [PATCH 2/2] Bug 7460: followup : Add template toolkit's FILTER html_line_break on staff details description's tab

Stéphane Delaune stephane.delaune at biblibre.com
Thu Feb 9 11:03:54 CET 2012


---
 .../prog/en/modules/catalogue/detail.tt            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
index 6046768..c035217 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
@@ -435,7 +435,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 ) %]
-- 
1.7.0.4



More information about the Koha-patches mailing list