diff options
author | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
commit | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (patch) | |
tree | cf531f1e81ce86d28eb9dce4d9c0138e2a40ca90 /user_guide/libraries/validation.html | |
parent | 9fcc28a29299fbbc242f87bf1b1e61fda6543886 (diff) |
Diffstat (limited to 'user_guide/libraries/validation.html')
-rw-r--r-- | user_guide/libraries/validation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index 1af3c32fa..0a4905a71 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -666,8 +666,8 @@ like <kbd>trim</kbd>, <kbd>htmlspecialchars</kbd>, <kbd>urldecode</kbd>, etc.</p <h2>Dealing with Select Menus, Radio Buttons, and Checkboxes</h2>
-<p>If you use select menues, radio buttons or checkboxes, you will want the state of
-these items to be retained in the event of an error. The Validation class has three functions taht help you do this:</p>
+<p>If you use select menus, radio buttons or checkboxes, you will want the state of
+these items to be retained in the event of an error. The Validation class has three functions that help you do this:</p>
<h2>set_select()</h2>
|