diff options
Diffstat (limited to 'src/ste/Misc.php')
-rw-r--r-- | src/ste/Misc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ste/Misc.php b/src/ste/Misc.php index 56ae759..39ad30c 100644 --- a/src/ste/Misc.php +++ b/src/ste/Misc.php @@ -3,7 +3,7 @@ namespace kch42\ste; class Misc { - public static function escape_text($text) { - return addcslashes($text, "\r\n\t\$\0..\x1f\\\"\x7f..\xff"); - } + public static function escape_text($text) { + return addcslashes($text, "\r\n\t\$\0..\x1f\\\"\x7f..\xff"); + } } |