mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
remove extra newline
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@595569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user