Fix section "From validation" for 14.3.md

This commit is contained in:
Anchor
2015-02-18 22:14:12 -08:00
committed by James Miranda
parent 61b27dbdd3
commit 3d4dc66cc2

View File

@@ -141,9 +141,9 @@ The following table lists the corresponding form element information:
</table>
## Forms authentication
## Form validation
The following list may be used are listed rules native:
The following table lists some form validation rules native to Beego that can be used:
<table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder">
<tbody>
@@ -351,6 +351,6 @@ The following list may be used are listed rules native:
## Links
- [Directory](preface.md)
- Previous section: [Session](14.2.md)
- Previous section: [Sessions](14.2.md)
- Next section: [User validation](14.4.md)