]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r371933 from trunk:
authorJoshua Slive <slive@apache.org>
Tue, 24 Jan 2006 14:45:46 +0000 (14:45 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 24 Jan 2006 14:45:46 +0000 (14:45 +0000)
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/branches/2.2.x@371934 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-autoindex.conf.in

index 13b400d1ad3306f85ad372ab7e9867b203b7124f..d5bcbb1d5b9376effa05543f38c7c211f5f1d99e 100644 (file)
@@ -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.