]> granicus.if.org Git - apache/commitdiff
Removed extraneous whitespace.
authorCliff Woolley <jwoolley@apache.org>
Thu, 9 May 2002 18:53:40 +0000 (18:53 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 9 May 2002 18:53:40 +0000 (18:53 +0000)
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

docs/manual/howto/ssi.html.en

index 1b32855aba6f795ac4ac9f621f7c12d756fe7893..90e82d1fba20d1955c894a4a3244e93c92666399 100644 (file)
 
     <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;