summaryrefslogtreecommitdiff
path: root/docs/manual/howto/ssi.html.en
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-05-09 18:53:40 +0000
committerCliff Woolley <jwoolley@apache.org>2002-05-09 18:53:40 +0000
commitf3072ac0f974b33587fba4c5bd46902a1c3cfe52 (patch)
tree59e9935b97dbe5a01ec2f393958e32036e2f1f33 /docs/manual/howto/ssi.html.en
parent60456d8d99c345a862687fc497ce2994645ea3fa (diff)
downloadhttpd-f3072ac0f974b33587fba4c5bd46902a1c3cfe52.tar.gz
Removed extraneous whitespace.
PR: 8944 Submitted by: Alex Batko <abatko@cs.mcgill.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/ssi.html.en')
-rw-r--r--docs/manual/howto/ssi.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en
index 1b32855aba..90e82d1fba 100644
--- a/docs/manual/howto/ssi.html.en
+++ b/docs/manual/howto/ssi.html.en
@@ -488,7 +488,7 @@
<p>The structure of this conditional construct is:</p>
<pre>
- &lt;!--#if expr="test_condition" --&gt;
+ &lt;!--#if expr="test_condition" --&gt;
&lt;!--#elif expr="test_condition" --&gt;
&lt;!--#else --&gt;
&lt;!--#endif --&gt;