From 5a2617b37916a4c3313ef90446f3f0194c4a19f9 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Mon, 23 Jul 2007 11:28:37 +0000 Subject: [PATCH] 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 --- docs/manual/custom-error.html.en | 4 +--- docs/manual/custom-error.xml | 4 +--- 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 @@

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 34c92e61d1..01f0a813b5 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.
    5. -- 2.40.0