Slight tweak to example - add indentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2011-03-29 13:36:16 +00:00
parent ecb6376ab6
commit c63753bf7a
2 changed files with 4 additions and 0 deletions

View File

@ -92,9 +92,11 @@ performance</td></tr>
configuration file</p>
<div class="example"><p><code>
&lt;Location /server-status&gt;<br />
<span class="indent">
SetHandler server-status<br />
<br />
Require host example.com<br />
</span>
&lt;/Location&gt;
</code></p></div>

View File

@ -79,9 +79,11 @@ performance</description>
configuration file</p>
<example>
&lt;Location /server-status&gt;<br />
<indent>
SetHandler server-status<br />
<br />
Require host example.com<br />
</indent>
&lt;/Location&gt;
</example>