You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/10/08 03:41:43 UTC

cvs commit: httpd-docs-1.3/htdocs/manual footer.html header.html

rbowen      01/10/07 18:41:43

  Modified:    htdocs/manual footer.html header.html
  Log:
  Correcting what tidy mistakenly did to these. header.html and
  footer.html should not be complete html documents.
  
  Revision  Changes    Path
  1.6       +0 -14     httpd-docs-1.3/htdocs/manual/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/footer.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- footer.html	2001/10/02 11:02:58	1.5
  +++ footer.html	2001/10/08 01:41:43	1.6
  @@ -1,18 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  -
  -<html xmlns="http://www.w3.org/1999/xhtml">
  -  <head>
  -    <meta name="generator" content="HTML Tidy, see www.w3.org" />
  -
  -    <title></title>
  -  </head>
  -
  -  <body>
       <hr />
   
       <h3 align="CENTER">Apache HTTP Server</h3>
       <a href="./"><img src="images/index.gif" alt="Index" /></a>
  -  </body>
  -</html>
  -
  
  
  
  1.6       +0 -13     httpd-docs-1.3/htdocs/manual/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/header.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- header.html	2001/10/02 11:02:58	1.5
  +++ header.html	2001/10/08 01:41:43	1.6
  @@ -1,19 +1,6 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  -
  -<html xmlns="http://www.w3.org/1999/xhtml">
  -  <head>
  -    <meta name="generator" content="HTML Tidy, see www.w3.org" />
  -
  -    <title></title>
  -  </head>
  -
  -  <body>
       <div align="CENTER">
         <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
   
         <h3>Apache HTTP Server</h3>
       </div>
  -  </body>
  -</html>