aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-03-07 09:49:58 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-03-07 09:49:58 +0100
commit90cc061fc0c799cbf07b20ca83c3c9b554bda0f9 (patch)
treefe6a3c22d1d467269490c364e44467ed8b19ff7f /phpBB/includes/utf
parent6681b2417a3f87a666c816658a2daab8a464e233 (diff)
downloadforums-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.php2
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).
*