jfarcand    2003/12/08 07:40:42

  Modified:    webapps/examples/servlets helloworld.html
  Log:
  Port patch.
  
  Revision  Changes    Path
  1.2       +0 -1      jakarta-tomcat-4.0/webapps/examples/servlets/helloworld.html
  
  Index: helloworld.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/servlets/helloworld.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- helloworld.html   17 Aug 2000 00:58:20 -0000      1.1
  +++ helloworld.html   8 Dec 2003 15:40:42 -0000       1.2
  @@ -21,7 +21,6 @@
           response.setContentType(&quot;<font color="#009900">text/html</font>&quot;);
           PrintWriter out = response.getWriter();
           out.println(&quot;<font color="#009900">&lt;html&gt;</font>&quot;);
  -        out.println(&quot;<font color="#009900">&lt;body&gt;</font>&quot;);
           out.println(&quot;<font color="#009900">&lt;head&gt;</font>&quot;);
           out.println(&quot;<font color="#009900">&lt;title&gt;Hello 
World!&lt;/title&gt;</font>&quot;);
           out.println(&quot;<font color="#009900">&lt;/head&gt;</font>&quot;);
  
  
  

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

Reply via email to