소스 검색

[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 년 전
부모
커밋
d5b01600d6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Controller-Router.xml
  2. 1 1
      documentation/manual/en/ref/coding_standard.xml

+ 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>