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

[DOCUMENTATION] English: fix compilation errors

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

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

@@ -82,6 +82,8 @@
         </para>
         </para>
 
 
         <table>
         <table>
+            <title>Zend_Serializer_Adapter_Wddx Options</title>
+
             <tgroup cols="4">
             <tgroup cols="4">
                  <thead>
                  <thead>
                       <row>
                       <row>
@@ -127,6 +129,8 @@
         </para>
         </para>
 
 
         <table>
         <table>
+            <title>Zend_Serializer_Adapter_Json Options</title>
+
             <tgroup cols="4">
             <tgroup cols="4">
                  <thead>
                  <thead>
                       <row>
                       <row>
@@ -212,6 +216,8 @@
         </para>
         </para>
 
 
         <table>
         <table>
+            <title>Zend_Serializer_Adapter_PythonPickle Options</title>
+
             <tgroup cols="4">
             <tgroup cols="4">
                  <thead>
                  <thead>
                       <row>
                       <row>
@@ -246,6 +252,8 @@
         </para>
         </para>
 
 
         <table>
         <table>
+            <title>Datatype merging (PHP to Python)</title>
+
             <tgroup cols="2">
             <tgroup cols="2">
                  <thead>
                  <thead>
                       <row>
                       <row>
@@ -312,6 +320,8 @@
         </para>
         </para>
 
 
         <table>
         <table>
+            <title>Datatype merging (Python to PHP)</title>
+
             <tgroup cols="2">
             <tgroup cols="2">
                  <thead>
                  <thead>
                       <row>
                       <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.
         also use it directly.
     </para>
     </para>
 
 
-    <example id="zend.view.helpers.initial.currency.directly">
+    <example id="zend.view.helpers.initial.currency.directly.example-1">
         <title>Direct usage</title>
         <title>Direct usage</title>
 
 
         <programlisting language="php"><![CDATA[
         <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.
         accepts some options which may be used to change the behaviour and output of the helper.
     </para>
     </para>
 
 
-    <example id="zend.view.helpers.initial.currency.directly">
+    <example id="zend.view.helpers.initial.currency.directly.example-2">
         <title>Direct usage</title>
         <title>Direct usage</title>
 
 
         <programlisting language="php"><![CDATA[
         <programlisting language="php"><![CDATA[