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:13:40 UTC

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

slive       01/01/24 10:13:39

  Modified:    htdocs/manual/howto ssi.html
  Log:
  Attributes should be quoted.
  
  PR: 7122
  Submitted by:	Kohei Watanabe
  
  Revision  Changes    Path
  1.7       +2 -2      httpd-docs-1.3/htdocs/manual/howto/ssi.html
  
  Index: ssi.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/ssi.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- ssi.html	2000/11/17 00:17:32	1.6
  +++ ssi.html	2001/01/24 18:13:37	1.7
  @@ -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