]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Missing linebreak in example.
authorRich Bowen <rbowen@apache.org>
Fri, 24 Jun 2011 18:48:52 +0000 (18:48 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 24 Jun 2011 18:48:52 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/avoid.xml

index 39b86110e5b0f75140ea4701691b3d725c6c4568..009017c3ca6dc999a951fb2f720873ff7cf534c8 100644 (file)
@@ -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>
 
index 9d2b85bb3d426151af1d91127f65cb0b09824d6f..870e15e5f3fd0a3de500e4a72616c0bc334d91ce 100644 (file)
@@ -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>