aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-07 01:34:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-07 01:34:14 +0000
commitfd8463c878d1fb9920ef6f10944f8522e7a48f69 (patch)
tree7457257f08a073e09d293ee797ed0d219a75835a /doc
parentf2b60470c6dfa1da6215d2f919d42d9cf6d6e841 (diff)
downloadikiwiki-fd8463c878d1fb9920ef6f10944f8522e7a48f69.tar
ikiwiki-fd8463c878d1fb9920ef6f10944f8522e7a48f69.tar.gz
web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to avoid using _ as italics.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 71239ac82..5bc3ad7ce 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -218,8 +218,8 @@ CGI::FormBuilder]] to generate web forms. These hooks are passed named
parameters: `cgi`, `session`, and `form`. These are, respectively, the
`CGI` object, the user's `CGI::Session`, and a `CGI::FormBuilder`.
-Each time a form is set up, the formbuilder_setup hook is called.
-Typically the formbuilder_setup hook will check the form's title, and if
+Each time a form is set up, the `formbuilder_setup` hook is called.
+Typically the `formbuilder_setup` hook will check the form's title, and if
it's a form that it needs to modify, will call various methods to
add/remove/change fields, tweak the validation code for the fields, etc. It
will not validate or display the form.