You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2004/06/10 01:50:54 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_include.html.en mod_include.xml

rbowen      2004/06/09 16:50:54

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_include.html.en
                        mod_include.xml
  Log:
  Slightly augmenting the example for SSIStartTag
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.18.2.8  +3 -2      httpd-2.0/docs/manual/mod/mod_include.html.en
  
  Index: mod_include.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html.en,v
  retrieving revision 1.18.2.7
  retrieving revision 1.18.2.8
  diff -u -r1.18.2.7 -r1.18.2.8
  --- mod_include.html.en	21 Feb 2004 00:37:47 -0000	1.18.2.7
  +++ mod_include.html.en	9 Jun 2004 23:50:54 -0000	1.18.2.8
  @@ -654,10 +654,11 @@
       different times).</p> 
   
       <div class="example"><h3>Example</h3><p><code>
  -      SSIStartTag "&lt;%"
  +      SSIStartTag "&lt;%"<br />
  +      SSIEndTag   "%&gt;"
       </code></p></div>
   
  -    <p>The example given above, in conjunction with a matching
  +    <p>The example given above, which also specifies a matching
       <code class="directive"><a href="#ssiendtag">SSIEndTag</a></code>, will 
       allow you to use SSI directives as shown in the example 
       below:</p>
  
  
  
  1.18.2.8  +4 -3      httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.18.2.7
  retrieving revision 1.18.2.8
  diff -u -r1.18.2.7 -r1.18.2.8
  --- mod_include.xml	17 Apr 2004 18:43:37 -0000	1.18.2.7
  +++ mod_include.xml	9 Jun 2004 23:50:54 -0000	1.18.2.8
  @@ -661,10 +661,11 @@
       different times).</p> 
   
       <example><title>Example</title>
  -      SSIStartTag "&lt;%"
  +      SSIStartTag "&lt;%"<br />
  +      SSIEndTag   "%&gt;"
       </example>
   
  -    <p>The example given above, in conjunction with a matching
  +    <p>The example given above, which also specifies a matching
       <directive module="mod_include">SSIEndTag</directive>, will 
       allow you to use SSI directives as shown in the example 
       below:</p>