]> granicus.if.org Git - apache/commitdiff
Missing linebreaks in examples.
authorRich Bowen <rbowen@apache.org>
Wed, 12 Oct 2011 14:06:09 +0000 (14:06 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 12 Oct 2011 14:06:09 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182379 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 92ddab14bed8488f7b221461a20f04d4fb90ad18..44c99169dc379feb94fb089f1a708ce06c2e8024 100644 (file)
@@ -491,7 +491,7 @@ NoDecode option available in 2.3.12 and later.</compatibility>
     <p>Example:</p>
 
     <example>
-      AllowOverride None
+      AllowOverride None<br />
       AllowOverrideList Redirect RedirectMatch
     </example>
 
@@ -502,7 +502,7 @@ NoDecode option available in 2.3.12 and later.</compatibility>
     <p>Example:</p>
 
     <example>
-      AllowOverride AuthConfig
+      AllowOverride AuthConfig<br />
       AllowOverrideList CookieTracking CookieName
     </example>