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> - <!--#echo var=DATE_LOCAL --> + <!--#echo var="DATE_LOCAL" --> </pre> <p>The <code>echo</code> element just spits out the value of a @@ -236,7 +236,7 @@ <pre> <!--#config timefmt="%A %B %d, %Y" --> - Today is <!--#echo var=DATE_LOCAL --> + Today is <!--#echo var="DATE_LOCAL" --> </pre> <h3><a name="modificationdateofthefile">Modification date of the