You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/04/02 09:13:04 UTC

[03/13] struts-site git commit: removed space from code block

removed space from code block


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/f2cb6c60
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/f2cb6c60
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/f2cb6c60

Branch: refs/heads/master
Commit: f2cb6c602d7e28f039775bf9b4467442e99491a4
Parents: 1454da1
Author: Stefaan Dutry <st...@gmail.com>
Authored: Sat Apr 1 18:03:17 2017 +0200
Committer: Stefaan Dutry <st...@gmail.com>
Committed: Sat Apr 1 18:03:17 2017 +0200

----------------------------------------------------------------------
 source/getting-started/processing-forms.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/f2cb6c60/source/getting-started/processing-forms.md
----------------------------------------------------------------------
diff --git a/source/getting-started/processing-forms.md b/source/getting-started/processing-forms.md
index 909a8a9..27b52fc 100644
--- a/source/getting-started/processing-forms.md
+++ b/source/getting-started/processing-forms.md
@@ -94,7 +94,7 @@ To collect the above information we'll use a Struts 2 form. When creating this f
     <s:form action="register">
 
       <s:textfield name="personBean.firstName" label="First name" />
-      <s:textfield  name="personBean.lastName" label="Last name" />
+      <s:textfield name="personBean.lastName" label="Last name" />
       <s:textfield name="personBean.email"  label ="Email"/>  
       <s:textfield name="personBean.age"  label="Age"  />