diff options
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). * |