Browse Source

[DOCUMENTATION] French:
- fix compilation error

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17207 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 years ago
parent
commit
f43bb68584
1 changed files with 2 additions and 2 deletions
  1. 2 2
      documentation/manual/fr/module_specs/Zend_Translate-Adapters.xml

+ 2 - 2
documentation/manual/fr/module_specs/Zend_Translate-Adapters.xml

@@ -212,8 +212,8 @@
                 <title>Regression in PHP 5.3</title>
 
                 <para>
-                    Prior to PHP 5.3, <functionname>parse_ini_file()</functionname> and 
-                    <functionname>parse_ini_string()</functionname> handled non-ASCII characters 
+                    Prior to PHP 5.3, <function>parse_ini_file()</function> and 
+                    <function>parse_ini_string()</function> handled non-ASCII characters 
                     within INI option keys worked without an issue. However, starting with PHP 5.3,
                     any such keys will now be silently dropped in the returned array from either 
                     function. If you had keys utilizing UTF-8 or Latin-1 characters, you may find