diff --git a/docs/manual/howto/ssi.html b/docs/manual/howto/ssi.html index 0bd2a1f8bc..d804733738 100644 --- a/docs/manual/howto/ssi.html +++ b/docs/manual/howto/ssi.html @@ -221,7 +221,7 @@ now, here are some examples of what you can do with SSI

Today's date

-        <!--#echo var=DATE_LOCAL -->
+        <!--#echo var="DATE_LOCAL" -->
 

The echo element just spits out the value of a @@ -236,7 +236,7 @@ attribute, to modify that formatting.

         <!--#config timefmt="%A %B %d, %Y" -->
-        Today is <!--#echo var=DATE_LOCAL -->
+        Today is <!--#echo var="DATE_LOCAL" -->
 

Modification date of the diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 0bd2a1f8bc..d804733738 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -221,7 +221,7 @@ now, here are some examples of what you can do with SSI

Today's date

-        <!--#echo var=DATE_LOCAL -->
+        <!--#echo var="DATE_LOCAL" -->
 

The echo element just spits out the value of a @@ -236,7 +236,7 @@ attribute, to modify that formatting.

         <!--#config timefmt="%A %B %d, %Y" -->
-        Today is <!--#echo var=DATE_LOCAL -->
+        Today is <!--#echo var="DATE_LOCAL" -->
 

Modification date of the