From c37ed39d824c71f7e8e28b64c1527f18fc9e5950 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 26 Oct 2008 21:54:05 +0000 Subject: fixed some typos --- user_guide/libraries/form_validation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/form_validation.html') diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 196c83b31..63111919f 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1165,7 +1165,7 @@ The second (optional) parameter allows you to set a default value for the form. <input type="text" name="quantity" value="<?php echo set_value('quantity', '0'); ?>" size="50" /> -

The above form will show "0" when loaded for the firs time.

+

The above form will show "0" when loaded for the first time.

set_select()

-- cgit v1.2.3-24-g4f1b