Bugzilla – Attachment 184095 Details for
Bug 40370
about.pl should NOT say "Run the following SQL to fix the database"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40370: (QA follow-up) Change raw filter to html
Bug-40370-QA-follow-up-Change-raw-filter-to-html.patch (text/plain), 1.13 KB, created by
Emily Lamancusa (emlam)
on 2025-07-15 13:29:41 UTC
(
hide
)
Description:
Bug 40370: (QA follow-up) Change raw filter to html
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-07-15 13:29:41 UTC
Size:
1.13 KB
patch
obsolete
>From ef202649a1104475b68833940e4f1f712c8f241b Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Tue, 15 Jul 2025 09:24:53 -0400 >Subject: [PATCH] Bug 40370: (QA follow-up) Change raw filter to html > >The diff doesn't contain intentional HTML formatting, and pre tags do >not prevent un-escaped HTML from being interpreted, so we should not >use the raw filter here > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index d368b507bf..853ef8d27d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -806,7 +806,7 @@ > </div> > [% IF db_audit.diff_found %] > <div> >- <pre><code>[% db_audit.diff | $raw %]</code></pre> >+ <pre><code>[% db_audit.diff | html %]</code></pre> > </div> > [% END %] > [% END # tab=database %] >-- >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 40370
:
184065
|
184094
| 184095