From: Rich Bowen
Date: Wed, 9 Jun 2004 23:50:54 +0000 (+0000)
Subject: Slightly augmenting the example for SSIStartTag
X-Git-Tag: 2.0.50~32
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddf9d9d6edd6633e3f7b274b193628b8a2afe4b;p=thirdparty%2Fapache%2Fhttpd.git
Slightly augmenting the example for SSIStartTag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103881 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en
index aa854159705..aaa2683d982 100644
--- a/docs/manual/mod/mod_include.html.en
+++ b/docs/manual/mod/mod_include.html.en
@@ -654,10 +654,11 @@ directive]"
different times).
Example
- SSIStartTag "<%"
+ SSIStartTag "<%"
+ SSIEndTag "%>"
- The example given above, in conjunction with a matching
+
The example given above, which also specifies a matching
SSIEndTag
, will
allow you to use SSI directives as shown in the example
below:
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 6aec3ed8d4c..f8993d1c0d0 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -1,7 +1,7 @@
-
+