]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix SSIStartTag description
authorAndré Malo <nd@apache.org>
Mon, 30 Jun 2003 01:12:54 +0000 (01:12 +0000)
committerAndré Malo <nd@apache.org>
Mon, 30 Jun 2003 01:12:54 +0000 (01:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100408 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 1fa55fe37e6f6a4e3561e32c98239fd3334e4302..3a96622c50dc747fad9dba65b12b29d9f7baecd8 100644 (file)
@@ -627,7 +627,7 @@ directive]&quot;</default>
 <name>SSIStartTag</name>
 <description>String that starts an include element</description>
 <syntax>SSIStartTag <var>tag</var></syntax>
-<default>SSIStartTag &quot;&lt;!--&quot;</default>
+<default>SSIStartTag &quot;&lt;!--#&quot;</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 <compatibility>Available in version 2.0.30 and later.</compatibility>
@@ -650,7 +650,7 @@ directive]&quot;</default>
     below:</p>
 
     <example><title>SSI directives with alternate start and end tags</title>
-      &lt;%#printenv %&gt;
+      &lt;%printenv %&gt;
     </example>
 </usage>
 <seealso><directive module="mod_include">SSIEndTag</directive></seealso>