You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2006/10/30 14:10:03 UTC

svn commit: r469141 - in /tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat: chat.jsp login.jsp

Author: pero
Date: Mon Oct 30 05:10:02 2006
New Revision: 469141

URL: http://svn.apache.org/viewvc?view=rev&rev=469141
Log:
fix small html smells

Modified:
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp

Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp?view=diff&rev=469141&r1=469140&r2=469141
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp Mon Oct 30 05:10:02 2006
@@ -29,5 +29,4 @@
 </frameset>
 
 </body>
-</head>
 </html>

Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp?view=diff&rev=469141&r1=469140&r2=469141
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp Mon Oct 30 05:10:02 2006
@@ -28,4 +28,4 @@
 </form>
 
 </body>
-</head>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org