From c6217e7d2f2b3180b58a72c99b443da5662445b9 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 --- 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.34.1