From ac97ede2804daa8599bf205ea342674170c6401f Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Fri, 24 Jun 2011 18:48:52 +0000
Subject: [PATCH] Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/avoid.html.en | 2 +-
docs/manual/rewrite/avoid.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index 39b86110e5b..009017c3ca6 100644
--- a/docs/manual/rewrite/avoid.html.en
+++ b/docs/manual/rewrite/avoid.html.en
@@ -206,7 +206,7 @@ hostname, such as www.example.com
instead of
<If "$req{Host} = 'example.com'">
-RedirectMatch (.*) http://www.example.com$1
+RedirectMatch (.*) http://www.example.com$1
</If>
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 9d2b85bb3d4..870e15e5f3f 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -221,7 +221,7 @@ module="core" type="section">If direct, as shown here:
<If "$req{Host} = 'example.com'">
-RedirectMatch (.*) http://www.example.com$1
+RedirectMatch (.*) http://www.example.com$1
</If>
--
2.47.2