You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/12/08 16:38:29 UTC

cvs commit: jakarta-servletapi-5/jsr154/examples helloworld.html

jfarcand    2003/12/08 07:38:29

  Modified:    jsr154/examples helloworld.html
  Log:
  Apply patch from Mark Thomas (medthomas at ntlworld dot com)
  
  Revision  Changes    Path
  1.3       +0 -1      jakarta-servletapi-5/jsr154/examples/helloworld.html
  
  Index: helloworld.html
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr154/examples/helloworld.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- helloworld.html	29 Oct 2002 17:42:57 -0000	1.2
  +++ helloworld.html	8 Dec 2003 15:38:29 -0000	1.3
  @@ -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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org