Prechádzať zdrojové kódy

[DOCUMENTATION] English: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20234 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 rokov pred
rodič
commit
be5fd453b2

+ 10 - 0
documentation/manual/en/module_specs/Zend_Serializer-Adapter.xml

@@ -82,6 +82,8 @@
         </para>
 
         <table>
+            <title>Zend_Serializer_Adapter_Wddx Options</title>
+
             <tgroup cols="4">
                  <thead>
                       <row>
@@ -127,6 +129,8 @@
         </para>
 
         <table>
+            <title>Zend_Serializer_Adapter_Json Options</title>
+
             <tgroup cols="4">
                  <thead>
                       <row>
@@ -212,6 +216,8 @@
         </para>
 
         <table>
+            <title>Zend_Serializer_Adapter_PythonPickle Options</title>
+
             <tgroup cols="4">
                  <thead>
                       <row>
@@ -246,6 +252,8 @@
         </para>
 
         <table>
+            <title>Datatype merging (PHP to Python)</title>
+
             <tgroup cols="2">
                  <thead>
                       <row>
@@ -312,6 +320,8 @@
         </para>
 
         <table>
+            <title>Datatype merging (Python to PHP)</title>
+
             <tgroup cols="2">
                  <thead>
                       <row>

+ 2 - 2
documentation/manual/en/module_specs/Zend_View-Helpers-Currency.xml

@@ -108,7 +108,7 @@ $this->currency()->setCurrency($currency)->currency(1234.56);
         also use it directly.
     </para>
 
-    <example id="zend.view.helpers.initial.currency.directly">
+    <example id="zend.view.helpers.initial.currency.directly.example-1">
         <title>Direct usage</title>
 
         <programlisting language="php"><![CDATA[
@@ -127,7 +127,7 @@ echo $helper->currency(1234.56); // this returns '€ 1.234,56'
         accepts some options which may be used to change the behaviour and output of the helper.
     </para>
 
-    <example id="zend.view.helpers.initial.currency.directly">
+    <example id="zend.view.helpers.initial.currency.directly.example-2">
         <title>Direct usage</title>
 
         <programlisting language="php"><![CDATA[