diff options
author | Lucien Gentis <lgentis@apache.org> | 2015-05-02 18:37:06 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2015-05-02 18:37:06 +0200 |
commit | 6cd90c00feb08be3cc9feabe2c7b4673c59d1627 (patch) | |
tree | e72fe066a013b3ca9b99e73ba9ee44f0462de1c3 /docs/manual/mod/mod_example_hooks.xml.fr | |
parent | New file. (diff) | |
download | apache2-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.fr | 4 |
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 à votre fichier <code>httpd.conf</code> un bloc du style :</p> <highlight language="config"> -<Location /example-hooks-info> +<Location "/example-hooks-info"> SetHandler example-hooks-handler </Location> </highlight> |