1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +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
{
/**
/**
* 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).
*