You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/05/09 20:53:41 UTC

cvs commit: httpd-2.0/docs/manual/howto ssi.html.en

jwoolley    02/05/09 11:53:41

  Modified:    docs/manual/howto ssi.html.en
  Log:
  Removed extraneous whitespace.
  PR: 8944
  Submitted by:	Alex Batko <ab...@cs.mcgill.ca>
  
  Revision  Changes    Path
  1.12      +1 -1      httpd-2.0/docs/manual/howto/ssi.html.en
  
  Index: ssi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/ssi.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -d -u -r1.11 -r1.12
  --- ssi.html.en	25 Apr 2002 19:00:20 -0000	1.11
  +++ ssi.html.en	9 May 2002 18:53:40 -0000	1.12
  @@ -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;