remm        01/11/29 10:28:41

  Modified:    webapps/examples/WEB-INF/classes Tag: tomcat_40_branch
                        HelloWorldExample.java
  Log:
  - Remove extra <body> tag. Bug 4956.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +1 -2      
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/HelloWorldExample.java
  
  Index: HelloWorldExample.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/HelloWorldExample.java,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- HelloWorldExample.java    2000/08/17 00:57:52     1.1
  +++ HelloWorldExample.java    2001/11/29 18:28:41     1.1.4.1
  @@ -1,4 +1,4 @@
  -/* $Id: HelloWorldExample.java,v 1.1 2000/08/17 00:57:52 horwat Exp $
  +/* $Id: HelloWorldExample.java,v 1.1.4.1 2001/11/29 18:28:41 remm Exp $
    *
    */
   
  @@ -34,7 +34,6 @@
            out.println("<title>" + title + "</title>");
           out.println("</head>");
           out.println("<body bgcolor=\"white\">");
  -        out.println("<body>");
   
        // note that all links are created to be relative. this
        // ensures that we can move the web application that this
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to