summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-04-21 22:19:17 +0200
committerGreg Aker <greg.aker@ellislab.com>2011-04-21 22:19:17 +0200
commit1d3021a26e3d542137ceddc6c0f4a08a4f80a096 (patch)
treec7d1030bc85adda937e65a0cedc0fd187f883ccc /user_guide/helpers
parent8807be35fe02a39624e62a412889e938b6a37691 (diff)
Fix #235 error in form_helper docs.
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/form_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html
index f82c669ca..87e3c28b0 100644
--- a/user_guide/helpers/form_helper.html
+++ b/user_guide/helpers/form_helper.html
@@ -281,7 +281,7 @@ echo form_fieldset_close(); <br />
which will be added below the tag. For example:</p>
<code>$string = &quot;&lt;/div&gt;&lt;/div&gt;&quot;;<br />
<br />
-echo fieldset_close($string);<br />
+echo form_fieldset_close($string);<br />
<br />
// Would produce:<br />
&lt;/fieldset&gt;<br />