improved behavior of CS mail message filtering
This commit is contained in:
parent
edc1c55395
commit
357b2b3c5c
4 changed files with 26 additions and 39 deletions
|
|
@ -399,7 +399,7 @@ sub view {
|
|||
$var{content} = sprintf $i18n->get('no frame error message'), $proxiedUrl;
|
||||
} else {
|
||||
$var{content} =~ s/\<style.*?\/style\>//isg if ($self->get("removeStyle"));
|
||||
$var{content} = WebGUI::HTML::cleanSegment($var{content});
|
||||
$var{content} = WebGUI::HTML::cleanSegment($var{content}, 1);
|
||||
$var{content} = WebGUI::HTML::filter($var{content}, $self->get("filterHtml"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue