]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/ClientJS.pm
ClientJS: Kommentar korrigiert
[kivitendo-erp.git] / SL / ClientJS.pm
index c12b9ea24b72686518a28b12e45f16871073e10c..c6e22f3d5d325764af6dde8d01aa52786d8dac2c 100644 (file)
@@ -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';
   }