From e3945e9452fdaa155ad3a0ce51b591d3b12ccfe0 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 15 Oct 2008 14:53:27 +0000 Subject: example typo fix --- user_guide/libraries/form_validation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') 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 $config = array(
-                 'signup' = array(
+                 'signup' => array(
                                    array(
                                            'field' => 'username',
                                            'label' => 'Username',
@@ -758,7 +758,7 @@ We've arbitrarily called these two rules "signup" and "email". You can name you                                             'rules' => 'required'
                                         )
                                    ),
-                 'email' = array(
+                 'email' => array(
                                    array(
                                            'field' => 'emailaddress',
                                            'label' => 'EmailAddress',
-- cgit v1.2.3-24-g4f1b