diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-03-07 09:49:58 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-03-07 09:49:58 +0100 |
commit | 90cc061fc0c799cbf07b20ca83c3c9b554bda0f9 (patch) | |
tree | fe6a3c22d1d467269490c364e44467ed8b19ff7f /phpBB/includes/utf | |
parent | 6681b2417a3f87a666c816658a2daab8a464e233 (diff) | |
download | forums-90cc061fc0c799cbf07b20ca83c3c9b554bda0f9.tar forums-90cc061fc0c799cbf07b20ca83c3c9b554bda0f9.tar.gz forums-90cc061fc0c799cbf07b20ca83c3c9b554bda0f9.tar.bz2 forums-90cc061fc0c799cbf07b20ca83c3c9b554bda0f9.tar.xz forums-90cc061fc0c799cbf07b20ca83c3c9b554bda0f9.zip |
[ticket/9669] Replace spaces with tabs
PHPBB3-9669
Diffstat (limited to 'phpBB/includes/utf')
-rw-r--r-- | phpBB/includes/utf/utf_tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 3ee121a179..65d40c0fd3 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -1768,7 +1768,7 @@ if (extension_loaded('intl')) } else { - /** + /** * A wrapper function for the normalizer which takes care of including the class if * required and modifies the passed strings to be in NFC (Normalization Form Composition). * |