On Tue, 21 Nov 2000, Chris Pepper wrote: > Modified: httpd-docs-1.3/htdocs/index.html.en > Log: > Now that we're using MultiViews and renaming index.html, I'd like to remove > links to index.html. This patch also adds closing </p> tags, wraps at 72 > columns, and does minor cleanup on extra <p>s. > If you all think this is worthwhile, I'll commit this and repeat with the > other language files that refer to index.html. > > Thoughts?
Technically, it should make no difference whether we refer to index.html or "/", since content negotiation will take over in either case. However, esthetically I prefer to drop the index.html, so I am fine with this patch. Joshua.