You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/01/18 21:22:21 UTC

svn commit: r1435328 - /httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml

Author: humbedooh
Date: Fri Jan 18 20:22:21 2013
New Revision: 1435328

URL: http://svn.apache.org/viewvc?rev=1435328&view=rev
Log:
fix "missing" example

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml?rev=1435328&r1=1435327&r2=1435328&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml Fri Jan 18 20:22:21 2013
@@ -70,7 +70,7 @@ existing HTML documents.</p>
     page, such as:</p>
 
     <example>
-    <!--#echo var="DATE_LOCAL" -->
+    &lt;!--#echo var="DATE_LOCAL" --&gt;
     </example>
 
     <p>And, when the page is served, this fragment will be evaluated and replaced with its value:</p>