]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Attributes should be quoted.
authorJoshua Slive <slive@apache.org>
Wed, 24 Jan 2001 18:14:18 +0000 (18:14 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 24 Jan 2001 18:14:18 +0000 (18:14 +0000)
PR: 7122
Submitted by:   Kohei Watanabe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87818 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html
docs/manual/howto/ssi.html.en

index 0bd2a1f8bcd1c8f246a1a4d3f1b8a99f7c06cb5b..d804733738b3d399bc893466610aecde005d97c8 100644 (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
index 0bd2a1f8bcd1c8f246a1a4d3f1b8a99f7c06cb5b..d804733738b3d399bc893466610aecde005d97c8 100644 (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