diff options
author | Jim Jagielski <jim@apache.org> | 2007-08-28 22:13:59 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2007-08-28 22:13:59 +0200 |
commit | ad1fb816187d35301890e24589854877a64855e8 (patch) | |
tree | 6b7a65984e99f24a47ff98be86249a33d3ed2a95 /docs | |
parent | Update transforms (diff) | |
download | apache2-ad1fb816187d35301890e24589854877a64855e8.tar.xz apache2-ad1fb816187d35301890e24589854877a64855e8.zip |
Make Bill happy ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_autoindex.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 1a876a39a5..a3b568db74 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -541,17 +541,17 @@ indexing</description> </example> </dd> - <dt><a name="indexoptions.contenttype" - id="indexoptions.contenttype" - >ContentType=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and + <dt><a name="indexoptions.type" + id="indexoptions.type" + >Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and later</em>)</dt> - <dd>The <code>ContentType</code> keyword allows you to + <dd>The <code>Type</code> keyword allows you to specify the MIME content-type of the generated page. The default is <var>text/html</var>. <example><title>Example:</title> - IndexOptions ContentType=text/plain + IndexOptions Type=text/plain </example> </dd> |