From c10eeaa8814d44a69a68ffdf2e615edc63e79556 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sun, 2 Nov 2003 20:52:24 +0000
Subject: [PATCH] document the new XHTML Index option
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101685 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_autoindex.html.en | 6 ++++++
docs/manual/mod/mod_autoindex.xml | 7 +++++++
2 files changed, 13 insertions(+)
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.