diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-10-15 16:53:27 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-10-15 16:53:27 +0200 |
commit | e3945e9452fdaa155ad3a0ce51b591d3b12ccfe0 (patch) | |
tree | 9bfda92435660490e6b26a176f3ff14b5edad4e4 /user_guide/libraries/form_validation.html | |
parent | 42597a107d799fa86ebc706bf8cbac4f9471d08c (diff) |
example typo fix
Diffstat (limited to 'user_guide/libraries/form_validation.html')
-rw-r--r-- | user_guide/libraries/form_validation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 0f89fb810..8485c7d3f 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -736,7 +736,7 @@ We've arbitrarily called these two rules "signup" and "email". You can name you <code>$config = array(<br />
- '<kbd>signup</kbd>' = array(<br />
+ '<kbd>signup</kbd>' => array(<br />
array(<br />
'field' => 'username',<br />
'label' => 'Username',<br />
@@ -758,7 +758,7 @@ We've arbitrarily called these two rules "signup" and "email". You can name you 'rules' => 'required'<br />
)<br />
),<br />
- '<kbd>email</kbd>' = array(<br />
+ '<kbd>email</kbd>' => array(<br />
array(<br />
'field' => 'emailaddress',<br />
'label' => 'EmailAddress',<br />
|