summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/avoid.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-06-24 20:48:52 +0200
committerRich Bowen <rbowen@apache.org>2011-06-24 20:48:52 +0200
commitac97ede2804daa8599bf205ea342674170c6401f (patch)
tree878585f586e5d79e74684680c79fc40dc9ed5866 /docs/manual/rewrite/avoid.xml
parentCorrect link to mod_macro. (diff)
downloadapache2-ac97ede2804daa8599bf205ea342674170c6401f.tar.xz
apache2-ac97ede2804daa8599bf205ea342674170c6401f.zip
Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/rewrite/avoid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 9d2b85bb3d..870e15e5f3 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -221,7 +221,7 @@ module="core" type="section">If</directive> direct, as shown here:</p>
<example>
&lt;If "$req{Host} = 'example.com'"&gt;<br />
-RedirectMatch (.*) http://www.example.com$1
+RedirectMatch (.*) http://www.example.com$1<br />
&lt;/If&gt;
</example>