X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89d767d3127e7dc864afcf6b0780d37bf669e56f..0767bd031c06f034571510701433e64f2241a2ed:/SL/Template/Plugin/JavaScript.pm diff --git a/SL/Template/Plugin/JavaScript.pm b/SL/Template/Plugin/JavaScript.pm index 241ea0ea3..2e05bed57 100644 --- a/SL/Template/Plugin/JavaScript.pm +++ b/SL/Template/Plugin/JavaScript.pm @@ -24,6 +24,7 @@ sub escape { $text =~ s|\\|\\\\|g; $text =~ s|\"|\\\"|g; $text =~ s|\n|\\n|g; + $text =~ s|\r|\\r|g; return $text; }