diff options
author | Cliff Woolley <jwoolley@apache.org> | 2002-05-09 18:53:40 +0000 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2002-05-09 18:53:40 +0000 |
commit | f3072ac0f974b33587fba4c5bd46902a1c3cfe52 (patch) | |
tree | 59e9935b97dbe5a01ec2f393958e32036e2f1f33 /docs/manual/howto/ssi.html.en | |
parent | 60456d8d99c345a862687fc497ce2994645ea3fa (diff) | |
download | httpd-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.en | 2 |
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> - <!--#if expr="test_condition" --> + <!--#if expr="test_condition" --> <!--#elif expr="test_condition" --> <!--#else --> <!--#endif --> |