From 38d45252b0b66da3d5857acb3acf5092c21ad66e Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Mon, 26 Nov 2001 18:35:12 +0000 Subject: [PATCH] Correct closing tag for a href. Submitted by: Jun Kuriyama Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92181 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index c4e6e5ce99..85c89e2916 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -599,7 +599,7 @@ Content-Type: text/plain; charset=ISO-8859-2 in Apache 2.0.26 and later.

MultiviewsMatch permits three different behaviors for - mod_negotiation's Multiviews + mod_negotiation's Multiviews feature. Multiviews allows a request for a file, e.g. index.html, to match any negotiated extensions following the base request, e.g. index.html.en, index.html,fr, or index.html.gz.

-- 2.50.1