From 9cb1b4396526e4e5d7b92e88b977eef7422289d8 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Mon, 7 May 2012 07:56:54 +0000
Subject: [PATCH] Fix indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334905 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/sections.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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,
--
2.47.3