From: André Malo Date: Sun, 2 Nov 2003 20:52:24 +0000 (+0000) Subject: document the new XHTML Index option X-Git-Tag: pre_ajp_proxy~1071 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c10eeaa8814d44a69a68ffdf2e615edc63e79556;p=thirdparty%2Fapache%2Fhttpd.git document the new XHTML Index option git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index c23759e1a89..f3403e3d3a3 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -731,6 +731,12 @@ indexing foo-1.04

+ +
XHTML + (Apache 2.1.0 and later)
+ +
The XHTML keyword forces mod_autoindex + to emit XHTML 1.0 code instead of HTML 3.2.
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index db0d82ed2e8..0b9ac8140ce 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -756,6 +756,13 @@ indexing foo-1.04 + +
XHTML + (Apache 2.1.0 and later)
+ +
The XHTML keyword forces mod_autoindex + to emit XHTML 1.0 code instead of HTML 3.2.