1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

Attributes should be quoted.

PR: 7122
Submitted by:   Kohei Watanabe


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2001-01-24 18:14:18 +00:00
parent 6a27a17c55
commit d6b4931fb7
2 changed files with 4 additions and 4 deletions

View File

@ -221,7 +221,7 @@ now, here are some examples of what you can do with SSI</p>
<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 @@ attribute, to modify that formatting.</p>
<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

View File

@ -221,7 +221,7 @@ now, here are some examples of what you can do with SSI</p>
<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 @@ attribute, to modify that formatting.</p>
<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