Bugzilla – Attachment 7295 Details for
Bug 7460
nl2br in opac Title notes tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-7460-Add-template-toolkit-s-FILTER-html_line_bre.patch (text/plain), 977 bytes, created by
Stéphane Delaune
on 2012-01-23 15:14:29 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Stéphane Delaune
Created:
2012-01-23 15:14:29 UTC
Size:
977 bytes
patch
obsolete
>From b9f1b9e2cdb6a4dab69feec383332babb38192ec Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Mon, 23 Jan 2012 16:06:47 +0100 >Subject: [PATCH] Bug 7460: Add template toolkit's FILTER html_line_break on opac details description's tab > >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 066f4ff..8e4bfcc 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -692,7 +692,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > > [% 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7460
:
7295
|
7318
|
7524
|
7754