Commit 12c6cd2e authored by Richard Bowen's avatar Richard Bowen
Browse files

Missing linebreak in example.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
parent 4bf8e993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>