]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix indentation
authorDaniel Gruno <humbedooh@apache.org>
Mon, 7 May 2012 07:56:54 +0000 (07:56 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 7 May 2012 07:56:54 +0000 (07:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334905 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/sections.xml

index 1b35dab89a3757bc678d15e6a0b888e0e3a614f2..3e9fa1f8937bb9683cd680463f08777422e1a6b6 100644 (file)
@@ -112,10 +112,10 @@ module is designed for the use in test suites and large networks which have to
 deal with different httpd versions and different configurations.</p>
 
 <highlight language="config">
-  &lt;IfVersion >= 2.1&gt;
+&lt;IfVersion >= 2.1&gt;
     # this happens only in versions greater or
     # equal 2.1.0.
-  &lt;/IfVersion&gt;
+&lt;/IfVersion&gt;
 </highlight>
 
 <p><directive type="section" module="core">IfDefine</directive>,