Bugzilla – Attachment 187784 Details for
Bug 40818
marc_lib is mostly used raw in templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40818: Add missing html filter on html_helpers.inc
Bug-40818-Add-missing-html-filter-on-htmlhelpersin.patch (text/plain), 1.41 KB, created by
David Cook
on 2025-10-13 02:44:02 UTC
(
hide
)
Description:
Bug 40818: Add missing html filter on html_helpers.inc
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-10-13 02:44:02 UTC
Size:
1.41 KB
patch
obsolete
>From 61d36406387e76c76d785e493ad53b2d4fdfc2f7 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 13 Oct 2025 02:43:00 +0000 >Subject: [PATCH] Bug 40818: Add missing html filter on html_helpers.inc > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >index 0d201d8013..79f2fcd020 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >@@ -91,7 +91,7 @@ > > <li> > <div class="subfield_line" style="[% subfield.visibility | html %]" id="subfield[% subfield.tag | html %][% subfield.subfield | html %][% subfield.random | html %]"> >- <label [% IF subfield.mandatory %]class="required"[% END %]>[% subfield.subfield | html %] - <span title="[% subfield.marc_lib | html %]">[% subfield.marc_lib | $raw %]</span></label> >+ <label [% IF subfield.mandatory %]class="required"[% END %]>[% subfield.subfield | html %] - <span title="[% subfield.marc_lib | html %]">[% subfield.marc_lib | html %]</span></label> > > [% SET mv = subfield.marc_value %] > [% IF ( mv.type == 'hidden' ) %] >-- >2.39.5
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 40818
:
187503
|
187504
|
187782
|
187783
|
187784
|
188053
|
188054
|
188055
|
188140
|
188141
|
188531
|
188532