mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
Merge pull request #3663 from Al2Klimov/feature/plugin-output-span-style
Allow span and *[style] in plugin outputs
This commit is contained in:
commit
37de0edabf
@ -11,7 +11,7 @@ class PluginOutputPurifier extends HtmlPurifier
|
|||||||
{
|
{
|
||||||
$config->set(
|
$config->set(
|
||||||
'HTML.Allowed',
|
'HTML.Allowed',
|
||||||
'p,br,b,a[href|target],i,ul,ol,li,table,tr,th[colspan],td[colspan],div,*[class]'
|
'p,br,b,a[href|target],i,ul,ol,li,table,tr,th[colspan],td[colspan],div,span,*[class|style]'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user