]> granicus.if.org Git - apache/commitdiff
indentation for better readability
authorRich Bowen <rbowen@apache.org>
Thu, 11 Aug 2016 13:34:22 +0000 (13:34 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 11 Aug 2016 13:34:22 +0000 (13:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755977 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/sections.xml

index 4463ae51f3bdfec4e8346440124d54df377cf7c1..bbb24e299153e8e5023ed3d22893eb014f9d32e5 100644 (file)
@@ -581,16 +581,16 @@ E.</p>
 &lt;/Files&gt;
 
 &lt;VirtualHost *&gt;
-&lt;Directory "/a/emphasis role="bold""&gt;
-    B
-&lt;/Directory&gt;
+    &lt;Directory "/a/"&gt;
+        B
+    &lt;/Directory&gt;
 &lt;/VirtualHost&gt;
 
 &lt;DirectoryMatch "^.*b$"&gt;
     C
 &lt;/DirectoryMatch&gt;
 
-&lt;Directory "/a/b&gt;
+&lt;Directory "/a/b"&gt;
     A
 &lt;/Directory&gt;