You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/11/16 07:19:40 UTC

svn commit: r595569 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

Author: nilsga
Date: Thu Nov 15 22:19:31 2007
New Revision: 595569

URL: http://svn.apache.org/viewvc?rev=595569&view=rev
Log:
remove extra newline

Modified:
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp?rev=595569&r1=595568&r2=595569&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp Thu Nov 15 22:19:31 2007
@@ -1,6 +1,5 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <link rel="stylesheet" type="text/css" href="<s:url value="/styles/styles.css"/>">
-
 <H2>Input your name</H2>
 <s:form action="processValidationExample" method="POST">
     <s:textfield label="First name" name="firstName" value="%{firstName}"/>