From: Joshua Slive Date: Tue, 24 Jan 2006 14:45:46 +0000 (+0000) Subject: Merge r371933 from trunk: X-Git-Tag: 2.2.1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4217f66bd03b1ccb2c30c61a6ab0f4e817dcb668;p=thirdparty%2Fapache%2Fhttpd.git Merge r371933 from trunk: 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 --- diff --git a/docs/conf/extra/httpd-autoindex.conf.in b/docs/conf/extra/httpd-autoindex.conf.in index 13b400d1ad3..d5bcbb1d5b9 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.