Skip to content

Commit 12c6cd2

Browse files
committed
Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4bf8e99 commit 12c6cd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual/rewrite/avoid.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ hostname, such as <code>www.example.com</code> instead of
206206

207207
<div class="example"><p><code>
208208
&lt;If "$req{Host} = 'example.com'"&gt;<br />
209-
RedirectMatch (.*) http://www.example.com$1
209+
RedirectMatch (.*) http://www.example.com$1<br />
210210
&lt;/If&gt;
211211
</code></p></div>
212212

docs/manual/rewrite/avoid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ module="core" type="section">If</directive> direct, as shown here:</p>
221221

222222
<example>
223223
&lt;If "$req{Host} = 'example.com'"&gt;<br />
224-
RedirectMatch (.*) http://www.example.com$1
224+
RedirectMatch (.*) http://www.example.com$1<br />
225225
&lt;/If&gt;
226226
</example>
227227

0 commit comments

Comments
 (0)