summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_lua.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2014-06-14 18:48:15 +0200
committerLucien Gentis <lgentis@apache.org>2014-06-14 18:48:15 +0200
commit229b182c261aadcf6f8f4f93be5ae8c9ec546972 (patch)
tree8d89b209e99d84ad9d7f5bed5cc3a9fb0d38ac4f /docs/manual/mod/mod_lua.xml.fr
parentstyle fix, no functional change. (diff)
downloadapache2-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.fr8
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&eacute;
<code>lua-script</code> qui peut &ecirc;tre utilis&eacute; 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">
&lt;Files *.lua&gt;
- SetHandler lua-script .lua
+ SetHandler lua-script
&lt;/Files&gt;
</highlight>