You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/02/04 12:43:07 UTC

svn commit: r1442083 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml

Author: humbedooh
Date: Mon Feb  4 11:43:07 2013
New Revision: 1442083

URL: http://svn.apache.org/viewvc?rev=1442083&view=rev
Log:
xml fix

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml?rev=1442083&r1=1442082&r2=1442083&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml Mon Feb  4 11:43:07 2013
@@ -501,7 +501,7 @@ function handler(r)
 end
     </highlight>
     <p>
-    To utilize <module name="mod_dbd">mod_dbd</module>, simply specify <code>mod_dbd</code>
+    To utilize <module>mod_dbd</module>, simply specify <code>mod_dbd</code>
     as the database type, or leave the field blank:
     </p>
     <highlight language="lua">