[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-docs
Subject:    cvs commit: httpd-docs-1.3/htdocs/manual/howto ssi.html
From:       slive () apache ! org
Date:       2001-01-24 18:13:40
[Download RAW message or body]

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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic