You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/07/23 13:34:02 UTC

svn commit: r558689 - in /httpd/httpd/branches/2.2.x/docs/manual: custom-error.html.en custom-error.xml

Author: noodl
Date: Mon Jul 23 04:34:01 2007
New Revision: 558689

URL: http://svn.apache.org/viewvc?view=rev&rev=558689
Log:
Backport r558686 to 2.2 branch

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/custom-error.html.en
    httpd/httpd/branches/2.2.x/docs/manual/custom-error.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/custom-error.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/custom-error.html.en?view=diff&rev=558689&r1=558688&r2=558689
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/custom-error.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/custom-error.html.en Mon Jul 23 04:34:01 2007
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/custom-error.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/custom-error.xml?view=diff&rev=558689&r1=558688&r2=558689
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/custom-error.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/custom-error.xml Mon Jul 23 04:34:01 2007
@@ -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>