From: Daniel Gruno Date: Mon, 7 May 2012 07:56:54 +0000 (+0000) Subject: Fix indentation X-Git-Tag: 2.5.0-alpha~6886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1138625bee8de889ffceea32267f4bf836ed593;p=thirdparty%2Fapache%2Fhttpd.git Fix indentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 1b35dab89a3..3e9fa1f8937 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -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.

- <IfVersion >= 2.1> +<IfVersion >= 2.1> # this happens only in versions greater or # equal 2.1.0. - </IfVersion> +</IfVersion>

IfDefine,