Commit 5d1c4494 authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 878d5aea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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