From: Daniel Gruno Date: Fri, 13 Jul 2012 11:14:29 +0000 (+0000) Subject: whitespace issue X-Git-Tag: 2.5.0-alpha~6655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57bba86ce894800bbe9621bfb95eb4a1b63dc012;p=thirdparty%2Fapache%2Fhttpd.git whitespace issue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361157 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml index 6a8fd39bf52..1698b89768a 100644 --- a/docs/manual/custom-error.xml +++ b/docs/manual/custom-error.xml @@ -146,10 +146,10 @@ ErrorDocument 401 /subscription/how_to_subscribe.html script might include the following:

- ... - print "Content-type: text/html\n";
- printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
- ... +... +print "Content-type: text/html\n";
+printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
+...

If the script is dedicated to handling a particular error