X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f0565fca3529ac662c5025243bc7bedf8c54328..6a688e64ee450743a87b12561e45a3b7c0861184:/SL/ClientJS.pm diff --git a/SL/ClientJS.pm b/SL/ClientJS.pm index c12b9ea24..c6e22f3d5 100644 --- a/SL/ClientJS.pm +++ b/SL/ClientJS.pm @@ -150,7 +150,7 @@ sub action { } foreach my $idx (0..$num_args - 1) { - # Force flattening from SL::Presenter::EscapedText and trim leading whitespace for scalars + # Force flattening from SL::Presenter::EscapedText. $args[$idx] = "" . $args[$idx] if ref($args[$idx]) eq 'SL::Presenter::EscapedText'; }