diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/functions.php b/include/functions.php index fd46c63..b866994 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,8 +1,8 @@ -<?php
-#===============================================================================
-# Remove line breaks and tabs from a string
-#===============================================================================
-function removeLineBreaksAndTabs($string) {
- return str_replace(["\r\n", "\r", "\n", "\t"], NULL, $string);
-}
+<?php +#=============================================================================== +# Remove line breaks and tabs from a string +#=============================================================================== +function removeLineBreaksAndTabs($string) { + return str_replace(["\r\n", "\r", "\n", "\t"], NULL, $string); +} ?>
\ No newline at end of file |