Revision 590c3aaa
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Template/Plugin/JavaScript.pm | ||
---|---|---|
24 | 24 |
$text =~ s|\\|\\\\|g; |
25 | 25 |
$text =~ s|\"|\\\"|g; |
26 | 26 |
$text =~ s|\n|\\n|g; |
27 |
$text =~ s|\r|\\r|g; |
|
27 | 28 |
|
28 | 29 |
return $text; |
29 | 30 |
} |
Auch abrufbar als: Unified diff
JavaScript-Plugin: Carriage returns escapen