summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-10-12 16:06:09 +0200
committerRich Bowen <rbowen@apache.org>2011-10-12 16:06:09 +0200
commitba50abae8243357d2021946ebf652864b68457d7 (patch)
treebaa138f712be2e2a0bdda3d29d7e7d9bc1ddbab0 /docs/manual
parentxforms (diff)
downloadapache2-ba50abae8243357d2021946ebf652864b68457d7.tar.xz
apache2-ba50abae8243357d2021946ebf652864b68457d7.zip
Missing linebreaks in examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/core.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 92ddab14be..44c99169dc 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -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>