From ec8dc2b0de7e48cd6da0101d7ec3b4db3d221585 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Fri, 13 Jul 2012 11:14:29 +0000
Subject: [PATCH] whitespace issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361157 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/custom-error.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
--
2.47.3