1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/9669] Replace spaces with tabs

PHPBB3-9669
This commit is contained in:
Igor Wiedler
2011-03-07 09:49:58 +01:00
parent 6681b2417a
commit 90cc061fc0

View File

@@ -1768,7 +1768,7 @@ if (extension_loaded('intl'))
} }
else else
{ {
/** /**
* A wrapper function for the normalizer which takes care of including the class if * 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). * required and modifies the passed strings to be in NFC (Normalization Form Composition).
* *