You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/01/24 19:14:20 UTC

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

slive       01/01/24 10:14:20

  Modified:    docs/manual/howto ssi.html
  Log:
  Attributes should be quoted.
  
  PR: 7122
  Submitted by:   Kohei Watanabe
  
  Revision  Changes    Path
  1.2       +2 -2      httpd-2.0/docs/manual/howto/ssi.html
  
  Index: ssi.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/ssi.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- ssi.html	2000/12/09 19:57:35	1.1
  +++ ssi.html	2001/01/24 18:14:18	1.2
  @@ -221,7 +221,7 @@
   <h3><a name="today'sdate">Today's date</a></h3>
   
   <pre>
  -        &lt;!--#echo var=DATE_LOCAL --&gt;
  +        &lt;!--#echo var="DATE_LOCAL" --&gt;
   </pre>
   
   <p>The <code>echo</code> element just spits out the value of a
  @@ -236,7 +236,7 @@
   
   <pre>
           &lt;!--#config timefmt="%A %B %d, %Y" --&gt;
  -        Today is &lt;!--#echo var=DATE_LOCAL --&gt;
  +        Today is &lt;!--#echo var="DATE_LOCAL" --&gt;
   </pre>
   
   <h3><a name="modificationdateofthefile">Modification date of the