Bug 36328: Add p span div to Scrubber

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-03-15 11:39:33 +01:00 committed by Katrin Fischer
parent 1ccc22747e
commit 7ad2dcc4d5
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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,