Allow whitespace formatting in user invitations. Preserve text messages with newlines. Fixes bug #11538
This commit is contained in:
parent
3ae3684aea
commit
7afb41fdf9
2 changed files with 2 additions and 1 deletions
|
|
@ -960,7 +960,7 @@ sub www_inviteUserSave {
|
|||
);
|
||||
|
||||
## No sneaky attack paths...
|
||||
$var->{'message'} = WebGUI::HTML::html2text( WebGUI::HTML::filter($message) );
|
||||
$var->{'message'} = WebGUI::HTML::format(WebGUI::HTML::filter($message));
|
||||
|
||||
my $emailBody = $self->processTemplate( $var, $self->getInviteUserMessageTemplateId );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue