Просмотр исходного кода

[DOCUMENTATION] English: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20243 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 лет назад
Родитель
Сommit
0e378cf584

+ 3 - 3
documentation/manual/en/module_specs/Zend_Loader-Autoloader.xml

@@ -133,9 +133,9 @@ $autoloader->setFallbackAutoloader(true);
             <para>
                 Starting in version 1.10.0, Zend Framework now allows loading classes from PHP
                 namespaces. This support follows the same guidelines and implementation as that
-                found in the <link
-                    linkend="http://groups.google.com/group/php-standards/web/psr-0-final-proposal">PHP
-                Framework Interop Group PSR-0</link> reference implementation.
+                found in the <ulink
+                    url="http://groups.google.com/group/php-standards/web/psr-0-final-proposal">PHP
+                Framework Interop Group PSR-0</ulink> reference implementation.
             </para>
 
             <para>

+ 3 - 3
documentation/manual/en/module_specs/Zend_Loader.xml

@@ -119,9 +119,9 @@ Zend_Loader::loadClass('Container_Tree',
             <para>
                 Starting in version 1.10.0, Zend Framework now allows loading classes from PHP
                 namespaces. This support follows the same guidelines and implementation as that
-                found in the <link
-                    linkend="http://groups.google.com/group/php-standards/web/psr-0-final-proposal">PHP
-                Framework Interop Group PSR-0</link> reference implementation.
+                found in the <ulink
+                    url="http://groups.google.com/group/php-standards/web/psr-0-final-proposal">PHP
+                Framework Interop Group PSR-0</ulink> reference implementation.
             </para>
 
             <para>