summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorgenio <cwhitener@gmail.com>2011-09-06 20:48:17 +0200
committergenio <cwhitener@gmail.com>2011-09-06 20:48:17 +0200
commitc394dbd01d3dfc75357379077d673926118b2ef8 (patch)
treee869b070fcf1310d89bfc892d343c7b2a17a0df1 /user_guide
parent8ed8192269cbaa7c8d47fc0608ca6169c4c9f237 (diff)
added the change to form_helper documentation to the change list
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index fb6e4493a..cee8cc52a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -75,8 +75,9 @@ Change Log
<li>Helpers
<ul>
<li>Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li>
- <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li>
+ <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li>
<li><samp>url_title()</samp> will now trim extra dashes from beginning and end.</li>
+ <li>Fixed a couple of typos in the <a href="helpers/form_helper.html">Form Helper</a> documentation.</li>
</ul>
</li>
<li>Database