Revision 6a688e64
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/ClientJS.pm | ||
---|---|---|
}
|
||
|
||
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';
|
||
}
|
||
|
Auch abrufbar als: Unified diff
ClientJS: Kommentar korrigiert