[cvs] Expresso commit by rimovm: Fixed compilation error by reworking

JCorporate Ltd jcorp at jcorp2.servlets.net
Sat Oct 9 03:28:40 PDT 2004


Log Message:
-----------
Fixed compilation error by reworking mismatched tags.

Modified Files:
--------------
    expresso/expresso-web/expresso/jsp/register:
        denyValidation.jsp

Revision Data
-------------
Index: denyValidation.jsp
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/jsp/register/denyValidation.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lexpresso-web/expresso/jsp/register/denyValidation.jsp -Lexpresso-web/expresso/jsp/register/denyValidation.jsp -u -r1.4 -r1.5
--- expresso-web/expresso/jsp/register/denyValidation.jsp
+++ expresso-web/expresso/jsp/register/denyValidation.jsp
@@ -14,7 +14,7 @@
 <%@ page import="com.jcorporate.expresso.services.dbobj.Setup" %>
 
 <%@ include file="standard.inc" %>
-<html:html locale="true">
+<html>
 <HEAD>
   <expresso:stylesheet/>
   <TITLE>Validation unsuccessful</TITLE>
@@ -26,12 +26,12 @@
 <%@ include file="errorRow.inc" %>
 <form class="jc-default" action="<%=contextPath%>/Login.do" method=POST>
 <%@ include file="header.inc" %>
-</html:form>
+</form>
 <h1>Validation unsuccessful</h1>
 The validation did not succeed.  Please try again, get another
 email, and use the subsequent validation link
 within 24 hours of its generation.  If you continue to encounter a problem, please
 contact the site administrator.
 </body>
-</html:html>
+</html>
 


More information about the cvs mailing list