Revision 6a688e64
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/ClientJS.pm | ||
---|---|---|
150 | 150 |
} |
151 | 151 |
|
152 | 152 |
foreach my $idx (0..$num_args - 1) { |
153 |
# Force flattening from SL::Presenter::EscapedText and trim leading whitespace for scalars
|
|
153 |
# Force flattening from SL::Presenter::EscapedText.
|
|
154 | 154 |
$args[$idx] = "" . $args[$idx] if ref($args[$idx]) eq 'SL::Presenter::EscapedText'; |
155 | 155 |
} |
156 | 156 |
|
Auch abrufbar als: Unified diff
ClientJS: Kommentar korrigiert