From afeba002e37eaa83f1bb8d61e583900ff91fa2dc Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 18 Jan 2013 20:22:02 +0000 Subject: [PATCH] fix "missing" example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1435327 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/ssi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index 51881bbd57a..be5d9fcc817 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -70,7 +70,7 @@ existing HTML documents.

page, such as:

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

And, when the page is served, this fragment will be evaluated and replaced with its value:

-- 2.47.3