You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/02/19 06:06:53 UTC

cvs commit: httpd-2.0/docs/docroot index.html.cz

slive       01/02/18 21:06:53

  Modified:    docs/docroot index.html.cz
  Log:
  Fix META tag.
  
  PR: 6570
  Submitted by:	Martin Cermak <ce...@trimedia.cz>
  
  Revision  Changes    Path
  1.5       +2 -2      httpd-2.0/docs/docroot/index.html.cz
  
  Index: index.html.cz
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/docroot/index.html.cz,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- index.html.cz	2001/01/19 19:44:33	1.4
  +++ index.html.cz	2001/02/19 05:06:52	1.5
  @@ -1,7 +1,7 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
   <HTML>
    <HEAD>
  -  <META NAME="ContentType" CONTENT="text/html; charset=iso-8859-2">
  +  <META HTTP-Equiv="Content-Type" CONTENT="text/html; charset=iso-8859-2">
     <TITLE>Testovac� str�nka instalace web serveru Apache</TITLE>
    </HEAD>
   <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  @@ -36,7 +36,7 @@
     <P>
     Zde najdete
     <A
  -   HREF="manual/index.html"
  +   HREF="manual/"
     >dokumentaci</A>
     Apache (anglicky) obsa�enou v t�to distribuci.
     </P>