]> granicus.if.org Git - apache/commitdiff
fix "missing" example
authorDaniel Gruno <humbedooh@apache.org>
Fri, 18 Jan 2013 20:22:02 +0000 (20:22 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 18 Jan 2013 20:22:02 +0000 (20:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1435327 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.xml

index 51881bbd57a466af65c8b58d9e93112898cb7a61..be5d9fcc81735e5cbb3e5c2aaa7b253447ac4317 100644 (file)
@@ -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>