summaryrefslogtreecommitdiffstats
path: root/docs/manual/upgrading.html.fr
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-06 00:56:57 +0100
committerAndré Malo <nd@apache.org>2014-02-06 00:56:57 +0100
commitf2bc49c096554eae78eb8941c51e3fa00efb0a9e (patch)
tree579c13ecb85d6d1f98adfc58708baaf0bdfaadb8 /docs/manual/upgrading.html.fr
parentleft-trim one-liner-<pre>s or -<highlight>s completely. The indentation is (diff)
downloadapache2-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/upgrading.html.fr')
-rw-r--r--docs/manual/upgrading.html.fr6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr
index 85ee7de601..258e71a589 100644
--- a/docs/manual/upgrading.html.fr
+++ b/docs/manual/upgrading.html.fr
@@ -152,14 +152,14 @@ nécessiter une mise à jour des fichiers de configuration de la version
<div class="example"><h3>version 2.2 :</h3><pre class="prettyprint lang-config">Order deny,allow
Deny from all</pre>
</div>
- <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config"> Require all denied</pre>
+ <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config">Require all denied</pre>
</div>
<p>Dans cet exemple, toutes les requêtes sont acceptées :</p>
<div class="example"><h3>version 2.2 :</h3><pre class="prettyprint lang-config">Order allow,deny
Allow from all</pre>
</div>
- <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config"> Require all granted</pre>
+ <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config">Require all granted</pre>
</div>
<p>Dans l'exemple suivant, tous les hôtes du domaine example.org
@@ -169,7 +169,7 @@ Allow from all</pre>
Deny from all
Allow from example.org</pre>
</div>
- <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config"> Require host example.org</pre>
+ <div class="example"><h3>version 2.4 :</h3><pre class="prettyprint lang-config">Require host example.org</pre>
</div>