From c2c256143d99a0e6695cb2f16d968e27ef9e9036 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 19 Jul 2007 23:12:49 +0000 Subject: example fix --- user_guide/libraries/validation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index f5ef9cef2..3532282dc 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -496,7 +496,7 @@ and the error messages will contain a more relevant field name.

If you prefer to show an error message next to each form field, rather than as a list, you can change your form so that it looks like this:

-<textarea class="textarea" style="width:100%" cols="50" rows="20"> +

If there are no errors, nothing will be shown. If there is an error, the message will appear, wrapped in the delimiters you have set (<p> tags by default).

-- cgit v1.2.3-24-g4f1b