From 0e91e9e60bee08d19fbdaa96b6ef5f470cbd8b20 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 24 Jan 2006 14:44:03 +0000 Subject: [PATCH] Use HTMLTable option in the config example so that directory listings will satisfy people concerned about html spec compliance. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@371933 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-autoindex.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf/extra/httpd-autoindex.conf.in b/docs/conf/extra/httpd-autoindex.conf.in index 91ddb534c5..6c7d05cee8 100644 --- a/docs/conf/extra/httpd-autoindex.conf.in +++ b/docs/conf/extra/httpd-autoindex.conf.in @@ -12,7 +12,7 @@ # IndexOptions: Controls the appearance of server-generated directory # listings. # -IndexOptions FancyIndexing VersionSort +IndexOptions FancyIndexing HTMLTable VersionSort # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. -- 2.40.0