mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Allow span and *[style] in plugin outputs
This commit is contained in:
parent
08c879249b
commit
2625454e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class PluginOutputPurifier extends HtmlPurifier
|
|||
{
|
||||
$config->set(
|
||||
'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…
Reference in a new issue