Browse Source

[MANUAL] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18820 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
3eae801991

+ 25 - 6
documentation/manual/en/module_specs/Zend_Controller-Router.xml

@@ -155,22 +155,41 @@ $router->addRoute('user',
 
 
         <itemizedlist mark="opencircle">
         <itemizedlist mark="opencircle">
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.routes.standard">Zend_Controller_Router_Route</link></para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.routes.standard">Zend_Controller_Router_Route</link>
+                </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.routes.static">Zend_Controller_Router_Route_Static</link></para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.routes.static">Zend_Controller_Router_Route_Static</link>
+                </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.routes.regex">Zend_Controller_Router_Route_Regex</link></para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.routes.regex">Zend_Controller_Router_Route_Regex</link>
+                </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.routes.hostname">Zend_Controller_Router_Route_Hostname</link></para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.routes.hostname">Zend_Controller_Router_Route_Hostname</link>
+                </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.routes.chain">Zend_Controller_Router_Route_Chain</link></para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.routes.chain">Zend_Controller_Router_Route_Chain</link>
+                </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
-                <para><link linkend="zend.controller.router.default-routes">Zend_Controller_Router_Rewrite</link> *</para>
+                <para>
+                    <link
+                        linkend="zend.controller.router.default-routes">Zend_Controller_Router_Rewrite</link>
+                    *
+                </para>
             </listitem>
             </listitem>
         </itemizedlist>
         </itemizedlist>
 
 

+ 3 - 3
documentation/manual/en/module_specs/Zend_Date-Constants.xml

@@ -1155,10 +1155,10 @@ print $date->toString("'Format:D M j G:i:s T Y='D M j G:i:s T Y");
             <title>PHP Date format and using constants</title>
             <title>PHP Date format and using constants</title>
 
 
             <para>
             <para>
-                It is important to note that <methodname>Zend_Date</methodname>'s constants are
+                It is important to note that <classname>Zend_Date</classname>'s constants are
                 using the <acronym>ISO</acronym> notation. This means, that when you set
                 using the <acronym>ISO</acronym> notation. This means, that when you set
-                <methodname>Zend_Date</methodname> to use the <acronym>PHP</acronym> notation,
-                you should not use <methodname>Zend_Date</methodname>'s constants, but define the
+                <classname>Zend_Date</classname> to use the <acronym>PHP</acronym> notation,
+                you should not use <classname>Zend_Date</classname>'s constants, but define the
                 wished format manually. If you don't follow this recommendation, you can get
                 wished format manually. If you don't follow this recommendation, you can get
                 unexpected results.
                 unexpected results.
             </para>
             </para>