fi alignment

This commit is contained in:
nnhai1991@gmail.com 2018-08-14 22:57:17 +08:00
parent bdad13227e
commit 4b1f955980

View File

@ -10,7 +10,7 @@
<body> <body>
<sec:authorize access="isAuthenticated()"> <sec:authorize access="isAuthenticated()">
AUTHENTICATED AUTHENTICATED
</sec:authorize> </sec:authorize>
<sec:authorize access="hasRole('ADMIN')"> <sec:authorize access="hasRole('ADMIN')">
ADMIN ROLE ADMIN ROLE
</sec:authorize> </sec:authorize>
@ -20,7 +20,8 @@
</h2> </h2>
<form method="post" action="/do/something"> <form method="post" action="/do/something">
<sec:csrfInput /> <sec:csrfInput />
Text Field:<br /> Text Field:
<br />
<input type="text" name="textField" /> <input type="text" name="textField" />
</form> </form>
</body> </body>