From: Stefan Fritsch
Date: Mon, 24 Oct 2011 11:22:48 +0000 (+0000)
Subject: Add missing line break
X-Git-Tag: 2.3.15~96
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff24538c81882a611afbf16841a70e22843a5c61;p=thirdparty%2Fapache%2Fhttpd.git
Add missing line break
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188095 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 373d8de805f..7b82f13602b 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1222,7 +1222,7 @@ in case of an error
ErrorDocument 500 http://foo.example.com/cgi-bin/tester
ErrorDocument 404 /cgi-bin/bad_urls.pl
ErrorDocument 401 /subscription_info.html
- ErrorDocument 403 "Sorry can't allow you access today"
+ ErrorDocument 403 "Sorry can't allow you access today"
ErrorDocument 403 Forbidden!
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index b030e6ad0d6..465efa3204a 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1164,7 +1164,7 @@ in case of an error
ErrorDocument 500 http://foo.example.com/cgi-bin/tester
ErrorDocument 404 /cgi-bin/bad_urls.pl
ErrorDocument 401 /subscription_info.html
- ErrorDocument 403 "Sorry can't allow you access today"
+ ErrorDocument 403 "Sorry can't allow you access today"
ErrorDocument 403 Forbidden!