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/changelog.html | 2 +-
user_guide/libraries/form_validation.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e02ca28ac..e12e343bc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -115,7 +115,7 @@ SVN Revision: XXXX
Bug fixes for 1.7.0
- Fixed bug in xss_clean() that could remove some desirable tag attributes.
- - Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229, #5254).
+ - Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229, #5254, #5351).
- Fixed an edit from 1.6.3 that made the $robots array in user_agents.php go poof.
- Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.
- Modified XSS sanitization to no longer add semicolons after &[single letter], such as in M&M's, B&B, etc.
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