From 64749e777216daebb136dc6cc3d9b820512fef0d 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 --- 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