You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/07 09:56:55 UTC

svn commit: r1334905 - /httpd/httpd/trunk/docs/manual/sections.xml

Author: humbedooh
Date: Mon May  7 07:56:54 2012
New Revision: 1334905

URL: http://svn.apache.org/viewvc?rev=1334905&view=rev
Log:
Fix indentation

Modified:
    httpd/httpd/trunk/docs/manual/sections.xml

Modified: httpd/httpd/trunk/docs/manual/sections.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml?rev=1334905&r1=1334904&r2=1334905&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml Mon May  7 07:56:54 2012
@@ -112,10 +112,10 @@ module is designed for the use in test s
 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>,