diff options
author | André Malo <nd@apache.org> | 2003-06-30 02:58:43 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-06-30 02:58:43 +0200 |
commit | 8d42d119c1a3927bbcf40d072404ea5bdebb0807 (patch) | |
tree | 1258b7e90630f6d4369583df185376e2c6aeac5a /docs/manual/mod/mod_include.xml | |
parent | Just some small gramatical improvements. (diff) | |
download | apache2-8d42d119c1a3927bbcf40d072404ea5bdebb0807.tar.xz apache2-8d42d119c1a3927bbcf40d072404ea5bdebb0807.zip |
Oops. This feature seems to be rarely used. Fix SSIStartTag-description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.xml')
-rw-r--r-- | docs/manual/mod/mod_include.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 20586fc326..c40c4359c4 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -625,7 +625,7 @@ directive]"</default> <name>SSIStartTag</name> <description>String that starts an include element</description> <syntax>SSIStartTag <var>tag</var></syntax> -<default>SSIStartTag "<!--"</default> +<default>SSIStartTag "<!--#"</default> <contextlist><context>server config</context><context>virtual host</context> </contextlist> <compatibility>Available in version 2.0.30 and later.</compatibility> |