1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

[ticket/12286] Correctly capitalize PHP

PHPBB3-12286
This commit is contained in:
Joas Schilling 2014-03-28 17:16:56 +01:00
parent f88e9d1c04
commit 99dccc2df8

View File

@ -2384,7 +2384,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
<p>Therefor we introduced a <a href="https://wiki.phpbb.com/Plural_Rules">plural system</a> that deals with this kind of problems.</p>
<p>The php Code will basically look like this:</p>
<p>The PHP code will basically look like this:</p>
<div class="codebox"><pre>
...