fix some xml errors
authorDaniel Gruno <humbedooh@apache.org>
Tue, 31 Jul 2012 12:01:45 +0000 (12:01 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 31 Jul 2012 12:01:45 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367511 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 7fca709b44b9bb73b22f70b44ed5b22a455aa7b8..a5fbde6ee0c1cc1be5a2aed2197286f24af7d1fe 100644 (file)
@@ -607,10 +607,10 @@ LuaPackagePath /scripts/lib/?/init.lua
 <description>Configure the compiled code cache.</description>
 <syntax>LuaCodeCache stat|forever|never</syntax>
 <default>LuaCodeCache stat</default>
-<contextlist><context>server config</context><context>virtual host</context>
+<contextlist>
+<context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
-<compatibility>2.5 and later</compatibility>
 <override>All</override>
 
 <usage><p>
@@ -718,7 +718,7 @@ processing</description>
     <usage>
     <p>Like <directive>LuaHookTranslateName</directive> but executed at the 
     map-to-storage phase of a request. Modules like mod_cache run at this phase,
-    which makes for an interesting example on what to do here:
+    which makes for an interesting example on what to do here:</p>
     <highlight language="config">
     LuaHookMapToStorage /path/to/lua/script.lua check_cache
     </highlight>
@@ -753,7 +753,7 @@ function check_cache(r)
     return apache2.DECLINED -- If we had nothing to do, let others serve this.
 end
     </highlight>
-    </p>
+
     </usage>
 </directivesynopsis>