From 6a688e64ee450743a87b12561e45a3b7c0861184 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 29 Jun 2015 12:48:58 +0200 Subject: [PATCH] ClientJS: Kommentar korrigiert --- SL/ClientJS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.20.1