]> granicus.if.org Git - apache/commitdiff
Clarify that SuppressHTMLPreamble also suppresses the </body></html> on
authorRich Bowen <rbowen@apache.org>
Fri, 10 Sep 2010 15:53:05 +0000 (15:53 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 10 Sep 2010 15:53:05 +0000 (15:53 +0000)
the output. (Thanks to "Alumin" on #httpd freenode IRC)

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

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index d2550338d08d68ec1090d7e67d928f9285fee535..1c991267b4d4377d880a3643bc6282750b166546 100644 (file)
@@ -722,7 +722,9 @@ indexing</td></tr>
       causing the module to start the display with the header file
       contents. The header file must contain appropriate HTML instructions
       in this case. If there is no header file, the preamble is generated
-      as usual.</dd>
+      as usual. The closing &lt;/body&gt;&lt;/html&gt; tags are also
+      ommitted from the output, under the assumption that you'll likely
+      also want to use <code class="directive"><a href="#readmefile">ReadmeFile</a></code>.</dd>
 
       <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache HTTP Server
       2.0.23 and later</em>)</dt>
index 33446a640af50907469a38b8b0de18cffc4ecdba..f0f461455d4938ac7d637e22d9a6d0d77acc7dc0 100644 (file)
@@ -740,7 +740,10 @@ indexing</description>
       causing the module to start the display with the header file
       contents. The header file must contain appropriate HTML instructions
       in this case. If there is no header file, the preamble is generated
-      as usual.</dd>
+      as usual. The closing &lt;/body&gt;&lt;/html&gt; tags are also
+      ommitted from the output, under the assumption that you'll likely
+      also want to use <directive
+      module="mod_autoindex">ReadmeFile</directive>.</dd>
 
       <dt><a name="indexoptions.suppressicon"
                id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache HTTP Server