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:
@ -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>
|
||||
<!--#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 @@ attribute, to modify that formatting.</p>
|
||||
|
||||
<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
|
||||
|
@ -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>
|
||||
<!--#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 @@ attribute, to modify that formatting.</p>
|
||||
|
||||
<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
|
||||
|
Reference in New Issue
Block a user