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

[ZF-9021] Incorrect HTML tags in migrating to 1.10 page

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21076 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
481d2df203
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/en/ref/migration-110.xml

+ 2 - 2
documentation/manual/en/ref/migration-110.xml

@@ -19,7 +19,7 @@
             in the router interface, throw an exception if no route matches. The error
             plugin will then catch that exception and forward to the error controller.
             You can then test for that specific error with the constant
-            <constant></constant>:
+            <constant>Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ROUTE</constant>:
         </para>
 
         <programlisting language="php"><![CDATA[
@@ -128,7 +128,7 @@ $authors = $feed->getAuthors()->getValues();
             </para>
 
             <para>
-                When you are in need of the original values you can eighter store them before
+                When you are in need of the original values you can either store them before
                 initiating <classname>Zend_File_Transfer</classname> or use the
                 <property>disableInfos</property> option at initiation. Note that this option is
                 useless when its given after initiation.