summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_example_hooks.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2015-05-02 18:37:06 +0200
committerLucien Gentis <lgentis@apache.org>2015-05-02 18:37:06 +0200
commit6cd90c00feb08be3cc9feabe2c7b4673c59d1627 (patch)
treee72fe066a013b3ca9b99e73ba9ee44f0462de1c3 /docs/manual/mod/mod_example_hooks.xml.fr
parentNew file. (diff)
downloadapache2-6cd90c00feb08be3cc9feabe2c7b4673c59d1627.tar.xz
apache2-6cd90c00feb08be3cc9feabe2c7b4673c59d1627.zip
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_example_hooks.xml.fr')
-rw-r--r--docs/manual/mod/mod_example_hooks.xml.fr4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_example_hooks.xml.fr b/docs/manual/mod/mod_example_hooks.xml.fr
index 062c9a1d25..b8f12c2add 100644
--- a/docs/manual/mod/mod_example_hooks.xml.fr
+++ b/docs/manual/mod/mod_example_hooks.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: 1629244:1673892 (outdated) -->
+<!-- English Revision: 1673892 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -110,7 +110,7 @@
<p>Pour activer le module example_hooks, ajoutez &agrave; votre fichier
<code>httpd.conf</code> un bloc du style :</p>
<highlight language="config">
-&lt;Location /example-hooks-info&gt;
+&lt;Location "/example-hooks-info"&gt;
SetHandler example-hooks-handler
&lt;/Location&gt;
</highlight>