summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite
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
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 'docs/manual/rewrite')
-rw-r--r--docs/manual/rewrite/avoid.html.en2
-rw-r--r--docs/manual/rewrite/avoid.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index 39b86110e5..009017c3ca 100644
--- a/docs/manual/rewrite/avoid.html.en
+++ b/docs/manual/rewrite/avoid.html.en
@@ -206,7 +206,7 @@ hostname, such as <code>www.example.com</code> instead of
<div class="example"><p><code>
&lt;If "$req{Host} = 'example.com'"&gt;<br />
-RedirectMatch (.*) http://www.example.com$1
+RedirectMatch (.*) http://www.example.com$1<br />
&lt;/If&gt;
</code></p></div>
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>