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

[DOCUMENTATION] English:
- fix rendering problems (no text inside link)

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

mikaelkael 16 лет назад
Родитель
Сommit
d5b01600d6

+ 1 - 1
documentation/manual/en/module_specs/Zend_Controller-Router.xml

@@ -379,7 +379,7 @@ $router->removeDefaultRoutes();
             your own base path by using
             <classname>Zend_Controller_Request_Http</classname> and calling the
             <methodname>setBaseUrl()</methodname> method (see <link
-                linkend="zend.controller.request.http.baseurl" />):
+                linkend="zend.controller.request.http.baseurl">Base URL and Subdirectories</link>):
         </para>
 
         <programlisting language="php"><![CDATA[

+ 1 - 1
documentation/manual/en/ref/coding_standard.xml

@@ -375,7 +375,7 @@ widgetFactory()
             <para>
                 Short tags are never allowed. For files containing only <acronym>PHP</acronym>
                 code, the closing tag must always be omitted (See <link
-                    linkend="coding-standard.php-file-formatting.general" />).
+                    linkend="coding-standard.php-file-formatting.general">General standards</link>).
             </para>
         </sect2>