projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0565f
)
ClientJS: Kommentar korrigiert
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 29 Jun 2015 10:48:58 +0000
(12:48 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 29 Jun 2015 10:48:58 +0000
(12:48 +0200)
SL/ClientJS.pm
patch
|
blob
|
history
diff --git
a/SL/ClientJS.pm
b/SL/ClientJS.pm
index
c12b9ea
..
c6e22f3
100644
(file)
--- 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';
}