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/helpers/form_helper.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/helpers/form_helper.html') diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 03a60685b..0aaa8f60f 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -258,11 +258,11 @@ echo form_fieldset_close();

// Produces
-<fieldset> +<fieldset>
-<legend>Address Information</legend> +<legend>Address Information</legend>
-<p>form content here</p> +<p>form content here</p>
</fieldset>

Similar to other functions, you can submit an associative array in the second parameter if you prefer to set additional attributes.

-- cgit v1.2.3-24-g4f1b