]> granicus.if.org Git - apache/commitdiff
Fixes weird formatting issue in the output.
authorRich Bowen <rbowen@apache.org>
Mon, 12 Feb 2018 21:20:20 +0000 (21:20 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 12 Feb 2018 21:20:20 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824076 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 32a716ab59d6c457ad527caa4d0fe7769ae907df..8918ea1622b94fa051825b7899d4f2c1e4382467 100644 (file)
@@ -553,8 +553,8 @@ AllowOverride AuthConfig
 AllowOverrideList CookieTracking CookieName
     </highlight>
 
-    <p>In the example above, <directive module="core">AllowOverride
-    </directive> grants permission to the <code>AuthConfig</code>
+    <p>In the example above, <directive module="core">AllowOverride</directive> 
+    grants permission to the <code>AuthConfig</code>
     directive grouping and <directive>AllowOverrideList</directive> grants
     permission to only two directives from the <code>FileInfo</code> directive
     grouping. All others will cause an Internal Server Error.</p>