]> granicus.if.org Git - apache/commitdiff
Fix html comments in directive examples and defaults.
authorJoshua Slive <slive@apache.org>
Sun, 14 Apr 2002 17:08:53 +0000 (17:08 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 14 Apr 2002 17:08:53 +0000 (17:08 +0000)
PR: 7832
Submitted by: sn@neopoly.com (Sven Neuhaus)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94649 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html
docs/manual/mod/mod_include.xml

index 6f30707ab5a0f74d6659d18880591ee833d0e7a7..1b390decf7e821b913213e0ed04b8f4f8f76f64e 100644 (file)
@@ -534,14 +534,14 @@ include command.</td></tr><tr><td><a class="help" href="directive-dict.html#Synt
     <p>The SSIErrorMsg directive changes the error message displayed
     when mod_include encounters an error. For production servers you
     may consider changing the default error message to
-    <code>"&lt;-- Error --&gt;"</code> so that the message
+    <code>"&lt;!-- Error --&gt;"</code> so that the message
     is not presented to the user.
     </p>
-    <p>This directive has the same effect as the <code>&lt;--#config
+    <p>This directive has the same effect as the <code>&lt;!--#config
     errmsg=<em>message</em> --&gt;</code> element.</p>
 
 <hr/><h2><a name="SSIStartTag">SSIStartTag</a> <a name="ssistarttag">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>Changes the string that mod_include looks for to start an
-include element</td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIStartTag "&lt;--!"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.30 and later.</td></tr></table></td></tr></table>
+include element</td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIStartTag "&lt;!--"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.30 and later.</td></tr></table></td></tr></table>
 
     <p>This directive changes the string that mod_include looks for 
     to mark an include element to process.</p>
@@ -556,10 +556,10 @@ displayed</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syn
     when echoing DATE environment variables.  The <em>formatstring</em>
     is as in strftime(3) from the C standard library.</p>
 
-    <p>This directive has the same effect as the <code>&lt;--#config
+    <p>This directive has the same effect as the <code>&lt;!--#config
     timefmt=<em>formatstring</em> --&gt;</code> element.</p>
 <hr/><h2><a name="SSIUndefinedEcho">SSIUndefinedEcho</a> <a name="ssiundefinedecho">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Changes the string that mod_include displays when
-a variable isn't set.</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>SSIUndefinedEcho <em>tag</em></td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIUndefinedEcho "&lt;-- undef --&gt;"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>FileInfo</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.34 and later.
+a variable isn't set.</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>SSIUndefinedEcho <em>tag</em></td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIUndefinedEcho "&lt;!-- undef --&gt;"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>FileInfo</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.34 and later.
 </td></tr></table></td></tr></table>
     <p>This directive changes the string that mod_include displays
     when a variable is not set and "echoed".</p>
index bc88a0de6cb260b1728f91573c22508583611d5b..821a05697bfad57202e1fb9accc3949179570409 100644 (file)
@@ -579,7 +579,7 @@ include command.</description>
 <description>Changes the string that mod_include displays when
 a variable isn't set.</description>
 <syntax>SSIUndefinedEcho <em>tag</em></syntax>
-<default>SSIUndefinedEcho &quot;&lt;-- undef --&gt;&quot;</default>
+<default>SSIUndefinedEcho &quot;&lt;!-- undef --&gt;&quot;</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 <override>FileInfo</override>
@@ -611,10 +611,10 @@ a variable isn't set.</description>
     <p>The SSIErrorMsg directive changes the error message displayed
     when mod_include encounters an error. For production servers you
     may consider changing the default error message to
-    <code>&quot;&lt;-- Error --&gt;&quot;</code> so that the message
+    <code>&quot;&lt;!-- Error --&gt;&quot;</code> so that the message
     is not presented to the user.
     </p>
-    <p>This directive has the same effect as the <code>&lt;--#config
+    <p>This directive has the same effect as the <code>&lt;!--#config
     errmsg=<em>message</em> --&gt;</code> element.</p>
 
 </usage>
@@ -625,7 +625,7 @@ a variable isn't set.</description>
 <description></description>
 <syntax>Changes the string that mod_include looks for to start an
 include element</syntax>
-<default>SSIStartTag &quot;&lt;--!&quot;</default>
+<default>SSIStartTag &quot;&lt;!--&quot;</default>
 <contextlist>
 <context>server config</context>
 <context>virtual host</context>
@@ -666,7 +666,7 @@ displayed</description>
     when echoing DATE environment variables.  The <em>formatstring</em>
     is as in strftime(3) from the C standard library.</p>
 
-    <p>This directive has the same effect as the <code>&lt;--#config
+    <p>This directive has the same effect as the <code>&lt;!--#config
     timefmt=<em>formatstring</em> --&gt;</code> element.</p>
 </usage>
 </directivesynopsis>