X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89d767d3127e7dc864afcf6b0780d37bf669e56f..69c1212c098cd2ba8235bfdcb01c990fa553bb1d:/SL/Template/Plugin/JavaScript.pm?ds=inline 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; }