From: Rich Bowen
Date: Fri, 24 Jun 2011 18:48:52 +0000 (+0000)
Subject: Missing linebreak in example.
X-Git-Tag: 2.3.13~13
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac97ede2804daa8599bf205ea342674170c6401f;p=thirdparty%2Fapache%2Fhttpd.git
Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
---
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>