Bugzilla – Attachment 163582 Details for
Bug 36328
C4::Scrubber should allow more HTML tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36328: Add p span div to Scrubber
Bug-36328-Add-p-span-div-to-Scrubber.patch (text/plain), 962 bytes, created by
David Cook
on 2024-03-21 00:42:35 UTC
(
hide
)
Description:
Bug 36328: Add p span div to Scrubber
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-03-21 00:42:35 UTC
Size:
962 bytes
patch
obsolete
>From b872360e2296a7649ca7ac7e5cb7bdd5468092c9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 15 Mar 2024 11:39:33 +0100 >Subject: [PATCH] Bug 36328: Add p span div to Scrubber > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > C4/Scrubber.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm >index 0fcd3580bc2..30a5a835961 100644 >--- a/C4/Scrubber.pm >+++ b/C4/Scrubber.pm >@@ -29,7 +29,7 @@ use C4::Context; > my %scrubbertypes = ( > default => {}, # place holder, default settings are below as fallbacks in call to constructor > tag => {}, # uses defaults >- comment => { allow => [qw( br b i em big small strong )], }, >+ comment => { allow => [qw[ p b i u hr br em big small strong span div ]] }, > staff => { > default => [ 1 => { '*' => 1 } ], > comment => 1, >-- >2.30.2
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 36328
:
163192
|
163193
|
163497
|
163582
|
163583
|
163584
|
164206
|
164207
|
164208
|
164209