Browse Source

[DOCUMENTATION] English: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23281 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 15 years ago
parent
commit
ff1e09ea8e

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

@@ -72,8 +72,7 @@
             <listitem>
                 <para>
                     specify a default value for the base URL used (uses the <link
-                        linkend="zend.view.helpers.initial.baseurl">BaseUrl</link> and <link
-                        linkend="zend.view.helpers.initial.serverurl">ServerUrl</link> view helpers
+                        linkend="zend.view.helpers.initial.baseurl">BaseUrl</link> view helper
                     by default);
                 </para>
             </listitem>

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Helpers-UserAgent.xml

@@ -19,7 +19,7 @@
         <para>
             In most cases, you can simply retrieve the User-Agent and related device by calling the
             helper. If the <classname>UserAgent</classname> was configured in the <link
-                linkend="zend.application.application.available-resources.useragent">
+                linkend="zend.application.available-resources.useragent">
             bootstrap</link>, that instance will be injected already in the helper; otherwise, it
             will instantiate one for you.
         </para>