diff options
author | Lucien Gentis <lgentis@apache.org> | 2014-06-14 18:48:15 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2014-06-14 18:48:15 +0200 |
commit | 229b182c261aadcf6f8f4f93be5ae8c9ec546972 (patch) | |
tree | 8d89b209e99d84ad9d7f5bed5cc3a9fb0d38ac4f /docs/manual/mod/mod_lua.xml.fr | |
parent | style fix, no functional change. (diff) | |
download | apache2-229b182c261aadcf6f8f4f93be5ae8c9ec546972.tar.xz apache2-229b182c261aadcf6f8f4f93be5ae8c9ec546972.zip |
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml.fr')
-rw-r--r-- | docs/manual/mod/mod_lua.xml.fr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 9eaa503795..686af5185e 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1587325:1598962 (outdated) --> +<!-- English Revision : 1598962 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> @@ -74,12 +74,12 @@ fonctionnement interne de httpd.</p> <p> <code>mod_lua</code> fournit un gestionnaire nommé <code>lua-script</code> qui peut être utilisé avec une directive -<directive module="mod_mime">AddHandler</directive> ou <directive -module="core">SetHandler</directive> :</p> +<directive module="core">SetHandler</directive> ou <directive +module="mod_mime">AddHandler</directive> :</p> <highlight language="config"> <Files *.lua> - SetHandler lua-script .lua + SetHandler lua-script </Files> </highlight> |