diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp index 2e61a6f4..8b6bfd8a 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp @@ -125,7 +125,7 @@ <h1> Hello world! </h1> - <form:form method="post" modelAttribute="helloWorldForm" > + <form:form method="post" modelAttribute="helloWorldForm"> <form:checkbox path="selected" /> <input type="submit" name="_eventId_submit" value="Submit" /> </form:form>