From dd6719738936be31cdaa1758ca86d5eb14dcab3d Mon Sep 17 00:00:00 2001 From: Barry Mieny Date: Mon, 4 Oct 2010 16:33:58 +0200 Subject: Cleanup of stray spaces and tabs --- user_guide/libraries/form_validation.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (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 2099135a0..1d0b57181 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -106,7 +106,7 @@ have left the old class in the library so applications currently using it will n
  1. A form is displayed.
  2. You fill it in and submit it.
  3. -
  4. If you submitted something invalid, or perhaps missed a required item, the form is redisplayed containing your data +
  5. If you submitted something invalid, or perhaps missed a required item, the form is redisplayed containing your data along with an error message describing the problem.
  6. This process continues until you have submitted a valid form.
@@ -225,13 +225,13 @@ folder:

@@ -616,7 +616,7 @@ $this->form_validation->set_rules('first_name', 'lang:first_name', 'r

Changing the Error Delimiters

-

By default, the Form Validation class adds a paragraph tag (<p>) around each error message shown. You can either change these delimiters globally or +

By default, the Form Validation class adds a paragraph tag (<p>) around each error message shown. You can either change these delimiters globally or individually.

    -- cgit v1.2.3-24-g4f1b