diff options
author | André Malo <nd@apache.org> | 2014-02-06 00:56:57 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-02-06 00:56:57 +0100 |
commit | f2bc49c096554eae78eb8941c51e3fa00efb0a9e (patch) | |
tree | 579c13ecb85d6d1f98adfc58708baaf0bdfaadb8 /docs/manual/handler.html.fr | |
parent | left-trim one-liner-<pre>s or -<highlight>s completely. The indentation is (diff) | |
download | apache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.tar.xz apache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.fr')
-rw-r--r-- | docs/manual/handler.html.fr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/handler.html.fr b/docs/manual/handler.html.fr index b51089927f..6da85ebe6f 100644 --- a/docs/manual/handler.html.fr +++ b/docs/manual/handler.html.fr @@ -137,7 +137,7 @@ AddHandler add-footer .html</pre> Plus précisément, un nouvel enregistrement a été ajouté à la structure <code>request_rec</code> :</p> - <pre class="prettyprint lang-c"> char *handler</pre> + <pre class="prettyprint lang-c">char *handler</pre> <p>Si vous voulez que votre module déclenche l'utilisation d'un |