You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/06/30 02:58:43 UTC

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

nd          2003/06/29 17:58:43

  Modified:    docs/manual/mod mod_include.xml
  Log:
  Oops. This feature seems to be rarely used. Fix SSIStartTag-description.
  
  Revision  Changes    Path
  1.22      +1 -1      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_include.xml	13 May 2003 02:05:53 -0000	1.21
  +++ mod_include.xml	30 Jun 2003 00:58:43 -0000	1.22
  @@ -625,7 +625,7 @@
   <name>SSIStartTag</name>
   <description>String that starts an include element</description>
   <syntax>SSIStartTag <var>tag</var></syntax>
  -<default>SSIStartTag &quot;&lt;!--&quot;</default>
  +<default>SSIStartTag &quot;&lt;!--#&quot;</default>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
   <compatibility>Available in version 2.0.30 and later.</compatibility>