]> granicus.if.org Git - apache/commitdiff
SSIUndefinedEcho never defaulted to <!-- undef -->
authorAndre Malo <nd@apache.org>
Mon, 4 Nov 2002 18:27:26 +0000 (18:27 +0000)
committerAndre Malo <nd@apache.org>
Mon, 4 Nov 2002 18:27:26 +0000 (18:27 +0000)
btw: could someone fix the directive description in
     mod_include.c:3522? ;-)

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

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

index 7f032aeadd19ba82af0ab65725785bc782879c8d..56c538953d0b69090794f1275b77d0cf5054bd68 100644 (file)
@@ -632,7 +632,7 @@ displayed</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
               </a></th><td>String displayed when
 an unset variable is echoed</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
               </a></th><td><code>SSIUndefinedEcho <em>tag</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
-              </a></th><td><code>SSIUndefinedEcho "&lt;!-- undef --&gt;"</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
+              </a></th><td><code>SSIUndefinedEcho "(none)"</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
               </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
               </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
               </a></th><td>mod_include</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
@@ -643,7 +643,7 @@ an unset variable is echoed</td></tr><tr><th><a href="directive-dict.html#Syntax
 
     <div class="example"><h3>Example</h3><p><code>
     
-    SSIUndefinedEcho "[ No Value ]"
+    SSIUndefinedEcho "&lt;!-- undef --&gt;"
     </code></p></div>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="XBitHack" id="XBitHack">XBitHack</a> <a name="xbithack" id="xbithack">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
index d36e3a52e8c1701ae442792c880079e43fefb7b9..9c093bbf053d1e22550e6af5c4440b6069c63b28 100644 (file)
 <description>String displayed when
 an unset variable is echoed</description>
 <syntax>SSIUndefinedEcho <em>tag</em></syntax>
-<default>SSIUndefinedEcho &quot;&lt;!-- undef --&gt;&quot;</default>
+<default>SSIUndefinedEcho &quot;(none)&quot;</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 <compatibility>Available in version 2.0.34 and later.
@@ -593,7 +593,7 @@ an unset variable is echoed</description>
 
     <example>
     <title>Example</title>
-    SSIUndefinedEcho "[ No Value ]"
+    SSIUndefinedEcho "&lt;!-- undef --&gt;"
     </example>
 
 </usage>
index 91e4d92469e4727cf97be1a877cbe8cfcf10df84..ceee73cf33cb40e07ae12641508343bff574fda9 100644 (file)
@@ -528,7 +528,7 @@ server</td></tr>
 <tr><td><a href="mod_include.html#ssistarttag">SSIStartTag <em>tag</em></a></td><td> "&lt;!--" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String that starts an include element</td></tr>
 <tr class="odd"><td><a href="mod_include.html#ssitimeformat">SSITimeFormat <em>formatstring</em></a></td><td> "%A, %d-%b-%Y %H:%M +</td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Configures the format in which date strings are 
 displayed</td></tr>
-<tr><td><a href="mod_include.html#ssiundefinedecho">SSIUndefinedEcho <em>tag</em></a></td><td> "&lt;!-- undef --&gt;" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String displayed when
+<tr><td><a href="mod_include.html#ssiundefinedecho">SSIUndefinedEcho <em>tag</em></a></td><td> "(none)" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String displayed when
 an unset variable is echoed</td></tr>
 <tr class="odd"><td><a href="mod_ssl.html#sslcacertificatefile">SSLCACertificateFile <em>file-path</em></a></td><td /><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">File of concatenated PEM-encoded CA Certificates 
 for Client Auth</td></tr>