From de4053a0f30431a5560baf28e21547873b71bf55 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 15 Mar 2024 11:39:33 +0100 Subject: [PATCH] Bug 36328: Add p span div to Scrubber Signed-off-by: David Cook Signed-off-by: Nick Clemens (cherry picked from commit ca64e4f6f30b172d86184c61134f5f29713863d2) Signed-off-by: Fridolin Somers --- C4/Scrubber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm index 0fcd3580bc..30a5a83596 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.39.5