summaryrefslogtreecommitdiffstats
path: root/docs/manual/upgrading.html.en
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.en
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.en')
-rw-r--r--docs/manual/upgrading.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
index 1a8acba263..3642e2a5c2 100644
--- a/docs/manual/upgrading.html.en
+++ b/docs/manual/upgrading.html.en
@@ -143,14 +143,14 @@
<div class="example"><h3>2.2 configuration:</h3><pre class="prettyprint lang-config">Order deny,allow
Deny from all</pre>
</div>
- <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config"> Require all denied</pre>
+ <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config">Require all denied</pre>
</div>
<p>In this example, all requests are allowed.</p>
<div class="example"><h3>2.2 configuration:</h3><pre class="prettyprint lang-config">Order allow,deny
Allow from all</pre>
</div>
- <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config"> Require all granted</pre>
+ <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config">Require all granted</pre>
</div>
<p>In the following example, all hosts in the example.org domain
@@ -160,7 +160,7 @@ Allow from all</pre>
Deny from all
Allow from example.org</pre>
</div>
- <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config"> Require host example.org</pre>
+ <div class="example"><h3>2.4 configuration:</h3><pre class="prettyprint lang-config">Require host example.org</pre>
</div>