]> granicus.if.org Git - apache/commitdiff
Missing linebreak in example
authorRich Bowen <rbowen@apache.org>
Wed, 5 May 2010 01:07:33 +0000 (01:07 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 5 May 2010 01:07:33 +0000 (01:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941127 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ratelimit.html.en
docs/manual/mod/mod_ratelimit.xml

index fb37d1a480f4e0853e719802b273da45ef599c4e..48fb38122a38008cf63f6dc5963ed53497bb1808 100644 (file)
@@ -36,8 +36,10 @@ variable <code>rate-limit</code>.</p>
 
 <div class="example"><h3>Example Configuration</h3><p><code>
 &lt;Location /downloads&gt;<br />
+<span class="indent">
 SetHandler RATE_LIMIT<br />
-SetEnv rate-limit 400 
+SetEnv rate-limit 400 <br />
+</span>
 &lt;/Location&gt;
 </code></p></div>
 
index bcb6e92fa2f4451b909c20a21f13490286be329f..d0269be9542cd068d96ffdad4edeca5a1529335f 100644 (file)
@@ -39,8 +39,10 @@ variable <code>rate-limit</code>.</p>
 
 <example><title>Example Configuration</title>
 &lt;Location /downloads&gt;<br />
+<indent>
 SetHandler RATE_LIMIT<br />
-SetEnv rate-limit 400 
+SetEnv rate-limit 400 <br />
+</indent>
 &lt;/Location&gt;
 </example>