summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2007-07-23 13:28:37 +0200
committerVincent Bray <noodl@apache.org>2007-07-23 13:28:37 +0200
commit5a2617b37916a4c3313ef90446f3f0194c4a19f9 (patch)
tree25dd083235c4419fe3799f5ac4eb6ab3c582d3ef /docs/manual
parentExplain that ? and * don't match / in Location regexen, submitted by Eric (diff)
downloadapache2-5a2617b37916a4c3313ef90446f3f0194c4a19f9.tar.xz
apache2-5a2617b37916a4c3313ef90446f3f0194c4a19f9.zip
Undocument 1.3 quoting behaviour for ErrorDocument.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/custom-error.html.en4
-rw-r--r--docs/manual/custom-error.xml4
2 files changed, 2 insertions, 6 deletions
diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en
index cbf50c8502..8a73e7ad83 100644
--- a/docs/manual/custom-error.html.en
+++ b/docs/manual/custom-error.html.en
@@ -127,9 +127,7 @@
<p>where the action can be,</p>
<ol>
- <li>Text to be displayed. Prefix the text with a quote
- ("). Whatever follows the quote is displayed. <em>Note:
- the (") prefix isn't displayed.</em></li>
+ <li>Text to be displayed. Wrap the text with quotes (").</li>
<li>An external URL to redirect to.</li>
diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml
index 34c92e61d1..01f0a813b5 100644
--- a/docs/manual/custom-error.xml
+++ b/docs/manual/custom-error.xml
@@ -123,9 +123,7 @@
<p>where the action can be,</p>
<ol>
- <li>Text to be displayed. Prefix the text with a quote
- ("). Whatever follows the quote is displayed. <em>Note:
- the (") prefix isn't displayed.</em></li>
+ <li>Text to be displayed. Wrap the text with quotes (").</li>
<li>An external URL to redirect to.</li>