diff options
-rw-r--r-- | application/config/config.php | 2 | ||||
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index ba6867fb7..d269b6e5d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -352,7 +352,7 @@ $config['cookie_httponly'] = FALSE; | (usually \n) and Windows (\r\n). | */ -$config['standardize_newlines'] = TRUE; +$config['standardize_newlines'] = FALSE; /* |-------------------------------------------------------------------------- diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index a4669773f..125197434 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -60,7 +60,7 @@ Release Date: Not Released - Removed *cheatsheets* and *quick_reference* PDFs from the documentation. - Added availability checks where usage of dangerous functions like ``eval()`` and ``exec()`` is required. - Added support for changing the file extension of log files using ``$config['log_file_extension']``. - - Added support for turning newline standardization on/off via ``$config['standardize_newlines']``. + - Added support for turning newline standardization on/off via ``$config['standardize_newlines']`` and set it to FALSE by default. - Helpers |