From ef202649a1104475b68833940e4f1f712c8f241b Mon Sep 17 00:00:00 2001 From: Emily Lamancusa 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 --- 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 @@ [% IF db_audit.diff_found %]
-
[% db_audit.diff | $raw %]
+
[% db_audit.diff | html %]
[% END %] [% END # tab=database %] -- 2.39.5