X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FCommon.pm;h=36635fdbc4f1914e8af9bcb52cf3bbab713118a5;hb=953b505f3da71b5de15e21f812f06f4d6e6f2721;hp=15f8f7b93f2d94ba9b30ea53a7ec16425207cefe;hpb=a6873ed48ebdaee1f5b1df63d431ccc54e829d7d;p=kivitendo-erp.git diff --git a/SL/Common.pm b/SL/Common.pm index 15f8f7b93..36635fdbc 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -25,6 +25,7 @@ use Encode qw(decode); use SL::DBUtils; use SL::DB; +use SL::HTML::Util; sub unique_id { my ($a, $b) = gettimeofday(); @@ -423,7 +424,7 @@ sub save_email_status { . $main::locale->text('To (email)') . ": $form->{email}\n" . "${cc}${bcc}" . $main::locale->text('Subject') . ": $form->{subject}\n\n" - . $main::locale->text('Message') . ": $form->{message}"; + . $main::locale->text('Message') . ": " . SL::HTML::Util->strip($form->{message}); $intnotes =~ s|\r||g;