diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-07 13:53:35 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-07 13:53:35 +0200 |
commit | ec36dc8001f315fda9bfb37d283493ce5c34da57 (patch) | |
tree | 039c41bc6b5dc5df956bba2b42cc43d55a3cfb06 /user_guide/changelog.html | |
parent | 32020e61bb311a071ed6dd8b583e83ebc8b98b08 (diff) | |
parent | ec952d6694781140bbf95a589305d6a11e6a721e (diff) |
Merge pull request #398 from genio/patch-1
A few examples had http:/example.com instead of http://example.com
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index cdbbe6bda..e3f12772e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -75,7 +75,7 @@ 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>Improved speed of <a href="helpers/string_helper.html">String Helper</a>'s <b>random_string()</b> method</li> </ul> |