Browse Source

fixed xml errors @ zend.cache.frontends.page.introduction

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20725 44c647ce-9c0f-0410-b52a-842ac1e357ba
mabe 16 years ago
parent
commit
37828062ce
1 changed files with 5 additions and 5 deletions
  1. 5 5
      documentation/manual/en/module_specs/Zend_Cache-Frontends.xml

+ 5 - 5
documentation/manual/en/module_specs/Zend_Cache-Frontends.xml

@@ -597,14 +597,14 @@ $result = $cache->foobar2('1', '2');
                     when the output buffering it uses is cleaned. In order for this to operate
                     correctly, it must be the final output buffer in the request. To guarantee
                     this, the output buffering used by the Dispatcher needs to be disabled by
-                    calling <classname>Zend_Controller_Front<classname>'s <methodname>setParam()
-                    <methodname> method, for example, $front->setParam('disableOutputBuffering',
-                    true)</classname> or adding
+                    calling <classname>Zend_Controller_Front</classname>'s <methodname>setParam()
+                    </methodname> method, for example, $front->setParam('disableOutputBuffering',
+                    true) or adding
                     "resources.frontcontroller.params.disableOutputBuffering = true"
                     to your bootstrap configuration file (assumed INI) if using
-                    </classname>Zend_Application</classname>.
+                    <classname>Zend_Application</classname>.
                 </para>
-            <note>
+            </note>
         </sect3>
         <sect3 id="zend.cache.frontends.page.options">
             <title>Available Options</title>