diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-11-26 19:35:12 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-11-26 19:35:12 +0100 |
commit | b87e1ea0231e72e3b4a6fc77e64273379e11d971 (patch) | |
tree | 641cfa64f427add1acc1d17f9978c14204fb385a | |
parent | change so that it doesn't rely on the structure of the apr_table's elt internal (diff) | |
download | apache2-b87e1ea0231e72e3b4a6fc77e64273379e11d971.tar.xz apache2-b87e1ea0231e72e3b4a6fc77e64273379e11d971.zip |
Correct closing tag for a href.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92181 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_mime.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <p>MultiviewsMatch permits three different behaviors for - <a href="mod_negotiation.html">mod_negotiation<a>'s Multiviews + <a href="mod_negotiation.html">mod_negotiation</a>'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.</p> |