From: Vincent Bray Date: Mon, 23 Jul 2007 11:34:01 +0000 (+0000) Subject: Backport r558686 to 2.2 branch X-Git-Tag: 2.2.5~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9700c776f2c3b5cdb05cc6194a951ceb90042486;p=thirdparty%2Fapache%2Fhttpd.git Backport r558686 to 2.2 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558689 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index dcfdbe9faf6..0ed023bcd15 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.