diff options
author | Rich Bowen <rbowen@apache.org> | 2013-01-09 02:56:35 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2013-01-09 02:56:35 +0100 |
commit | 0573b3b0dac1bd58e9ff9c7c8c13a1cbd09e7f48 (patch) | |
tree | e6a16af87e9fcc953704738c86e6798e9e5ee8d8 /docs | |
parent | Adds a seealso for the logging doc. (diff) | |
download | apache2-0573b3b0dac1bd58e9ff9c7c8c13a1cbd09e7f48.tar.xz apache2-0573b3b0dac1bd58e9ff9c7c8c13a1cbd09e7f48.zip |
Fix xml validation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_lua.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 3e68e2c439..2d305c4ae2 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -915,7 +915,7 @@ function handler(r) end </highlight> <p> - To utilize <module name="mod_dbd">mod_dbd</module>, specify <code>mod_dbd</code> + To utilize <module>mod_dbd</module>, specify <code>mod_dbd</code> as the database type, or leave the field blank: </p> <highlight language="lua"> |