From f3072ac0f974b33587fba4c5bd46902a1c3cfe52 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Thu, 9 May 2002 18:53:40 +0000 Subject: [PATCH] Removed extraneous whitespace. PR: 8944 Submitted by: Alex Batko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95021 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/ssi.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

The structure of this conditional construct is:

-        <!--#if expr="test_condition" -->
+    <!--#if expr="test_condition" -->
     <!--#elif expr="test_condition" -->
     <!--#else -->
     <!--#endif -->
-- 
2.50.1