]> granicus.if.org Git - apache/commitdiff
Make 'validate-xml' happy.
authorRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 11:43:49 +0000 (11:43 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 11:43:49 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936793 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml

index a1e52391ceb5202650dde66ac757ffbd681a9c03..7aefaf31436d1a79ac6812b2f7f19602ec8e667f 100644 (file)
@@ -63,7 +63,7 @@ request processing</td></tr>
 <div class="section">
 <h2><a name="basicconf" id="basicconf">Basic Configuration</a></h2>
 
-The basic module loading directive is
+<p>The basic module loading directive is</p>
 
 <div class="example"><p><code>
     LoadModule apreq_module modules/mod_apreq2.so<br />
@@ -224,6 +224,10 @@ processing</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_lua</td></tr>
 </table>
+<p>
+    Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="LuaHookInsertFilter" id="LuaHookInsertFilter">LuaHookInsertFilter</a> <a name="luahookinsertfilter" id="luahookinsertfilter">Directive</a></h2>
index 527a3d285da3a47847563fa1757486a20de003c1..4642276b5acfae7a9cfc5d07b5d493c9ae6f75e3 100644 (file)
@@ -38,7 +38,7 @@ request processing</description>
 
 <section id="basicconf"><title>Basic Configuration</title>
 
-The basic module loading directive is
+<p>The basic module loading directive is</p>
 
 <example>
     LoadModule apreq_module modules/mod_apreq2.so<br />
@@ -297,7 +297,11 @@ handlers (or hooks, or filters) in the same script.
 <description>Provide a hook for the fixups phase of request
 processing</description>
 <syntax>LuaHookFixups  /path/to/lua/script.lua hook_function_name</syntax>
+<usage>
+<p>
     Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+</usage>
 </directivesynopsis>
 
 <directivesynopsis>