Bugzilla – Attachment 7318 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]
[SIGNED-OFF] Bug 7460: Add template toolkit's FILTER html_line_break on opac details description's tab
SIGNED-OFF-Bug-7460-Add-template-toolkits-FILTER-h.patch (text/plain), 1.05 KB, created by
Owen Leonard
on 2012-01-24 14:56:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7460: Add template toolkit's FILTER html_line_break on opac details description's tab
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-01-24 14:56:40 UTC
Size:
1.05 KB
patch
obsolete
>From 5dc700dee4dda926d4d09d92a4cec2f19290d0a9 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] [SIGNED-OFF] Bug 7460: Add template toolkit's FILTER html_line_break on opac details description's tab >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 6e70bf9..dd1c33f 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -698,7 +698,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.3
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