You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/11/26 19:35:12 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_mime.html

jerenkrantz    01/11/26 10:35:12

  Modified:    docs/manual/mod mod_mime.html
  Log:
  Correct closing tag for a href.
  Submitted by:	Jun Kuriyama <ku...@imgsrc.co.jp>
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.53      +1 -1      httpd-2.0/docs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- mod_mime.html	2001/10/15 02:22:34	1.52
  +++ mod_mime.html	2001/11/26 18:35:12	1.53
  @@ -599,7 +599,7 @@
       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>