]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Slight tweak to example - add indentation.
authorRich Bowen <rbowen@apache.org>
Tue, 29 Mar 2011 13:36:16 +0000 (13:36 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 29 Mar 2011 13:36:16 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68

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

index af0c3d4bd6ad42ad009ee5783c9e967f17ccb5d2..65d4e5a403c054637f08a40a2c1dca6d9f3e1d4d 100644 (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>
 
index 75614562e19d16cc8e2b3c3cef830f15a03bb76b..06a3dd6a813a7cc4f3bfdd0ef69f9fed8ff56ce0 100644 (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>