From: Vincent Bray Date: Mon, 23 Jul 2007 11:28:37 +0000 (+0000) Subject: Undocument 1.3 quoting behaviour for ErrorDocument. X-Git-Tag: 2.3.0~1700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a2617b37916a4c3313ef90446f3f0194c4a19f9;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index cbf50c85020..8a73e7ad834 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -127,9 +127,7 @@

where the action can be,

    -
  1. Text to be displayed. Prefix the text with a quote - ("). Whatever follows the quote is displayed. Note: - the (") prefix isn't displayed.
  2. +
  3. Text to be displayed. Wrap the text with quotes (").
  4. An external URL to redirect to.
  5. diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml index 34c92e61d1a..01f0a813b50 100644 --- a/docs/manual/custom-error.xml +++ b/docs/manual/custom-error.xml @@ -123,9 +123,7 @@

    where the action can be,

      -
    1. Text to be displayed. Prefix the text with a quote - ("). Whatever follows the quote is displayed. Note: - the (") prefix isn't displayed.
    2. +
    3. Text to be displayed. Wrap the text with quotes (").
    4. An external URL to redirect to.