Bugzilla – Attachment 91936 Details for
Bug 23412
HTML should be allowed in MARC notes. (5xx fields)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23412: HTML should be allowed in MARC notes. (5xx fields)
Bug-23412-HTML-should-be-allowed-in-MARC-notes-5xx.patch (text/plain), 1.59 KB, created by
Maryse Simard
on 2019-08-02 18:26:13 UTC
(
hide
)
Description:
Bug 23412: HTML should be allowed in MARC notes. (5xx fields)
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2019-08-02 18:26:13 UTC
Size:
1.59 KB
patch
obsolete
>From e025d6ff5e3c7bdd41d8f224f693d0cb86a1cac8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 1 Aug 2019 05:04:08 +0000 >Subject: [PATCH] Bug 23412: HTML should be allowed in MARC notes. (5xx fields) > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index e6bccdf..09d490e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -717,14 +717,14 @@ > [% IF MARCNOTE.marcnote.match('^https?://\S+$') %] > <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a> > [% ELSE %] >- [% MARCNOTE.marcnote | html | html_line_break %] >+ [% MARCNOTE.marcnote | $raw | html_line_break %] > [% END %] > </p> > [% END %] > </div> > [% ELSE %] > [% IF ( notes ) %] >- <p>[% notes | html %]</p> >+ <p>[% notes | $raw %]</p> > [% END %] > [% END %] > >-- >2.7.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 23412
:
91909
| 91936