Explorar o código

[DOCUMENTATION] English:
- fix compilation errors

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

mikaelkael %!s(int64=16) %!d(string=hai) anos
pai
achega
56aa0ac100

+ 15 - 9
documentation/manual/en/module_specs/Zend_Tool_Framework-WritingProviders.xml

@@ -35,19 +35,25 @@
 
         <itemizedlist>
             <listitem>
-                The last part of your classname split by underscore is used
-                for the provider name, e.g. "My_Provider_Hello" leads to your
-                provider being accessible by the name "hello".
+                <para>
+                    The last part of your classname split by underscore is used
+                    for the provider name, e.g. "My_Provider_Hello" leads to your
+                    provider being accessible by the name "hello".
+                </para>
             </listitem>
             <listitem>
-                If your provider has a method <methodname>getCode()</methodname>
-                it will be used instead of the previous method to determine
-                the name.
+                <para>
+                    If your provider has a method <methodname>getCode()</methodname>
+                    it will be used instead of the previous method to determine
+                    the name.
+                </para>
             </listitem>
             <listitem>
-                If your provider has "Provider" as prefix, e.g. it is called
-                <classname>My_HelloProvider</classname> it will be stripped
-                from the name so that the provider will be called "hello".
+                <para>
+                    If your provider has "Provider" as prefix, e.g. it is called
+                    <classname>My_HelloProvider</classname> it will be stripped
+                    from the name so that the provider will be called "hello".
+                </para>
             </listitem>
         </itemizedlist>