summaryrefslogtreecommitdiffstats
path: root/docs/manual/custom-error.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/custom-error.html.en')
-rw-r--r--docs/manual/custom-error.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en
index 18bb2e7c08..23bdb33b24 100644
--- a/docs/manual/custom-error.html.en
+++ b/docs/manual/custom-error.html.en
@@ -157,10 +157,10 @@ ErrorDocument 401 /subscription/how_to_subscribe.html
script might include the following:</p>
<pre class="prettyprint lang-perl">
- ...
- print "Content-type: text/html\n"; <br />
- printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
- ...
+...
+print "Content-type: text/html\n"; <br />
+printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
+...
</pre>