remm 01/11/29 10:27:26 Modified: webapps/examples/WEB-INF/classes HelloWorldExample.java Log: - Remove extra <body> tag. Bug 4956. Revision Changes Path 1.2 +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.2 diff -u -r1.1 -r1.2 --- HelloWorldExample.java 2000/08/17 00:57:52 1.1 +++ HelloWorldExample.java 2001/11/29 18:27:25 1.2 @@ -1,4 +1,4 @@ -/* $Id: HelloWorldExample.java,v 1.1 2000/08/17 00:57:52 horwat Exp $ +/* $Id: HelloWorldExample.java,v 1.2 2001/11/29 18:27:25 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]>