diff options
-rw-r--r-- | user_guide/changelog.html | 2 | ||||
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ff82ae198..269131e8c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,7 +103,7 @@ SVN Revision: </p> <h3>Bug fixes for 1.7.2</h3> <ul> - <li>Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #8324, #8349).</li> + <li>Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #8224, #8324, #8349).</li> <li>Fixed a bug in the Form Validation library where multiple callbacks weren't working (#6110)</li> <li>doctype helper default value was missing a "1".</li> <li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.</li> diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index fb3f9ddf3..f1f009d8e 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -103,7 +103,7 @@ echo site_url($segments);</code> <code>http://some-site.com/blog/comments/123</code> <p>The function would return:</p> -<code>blog/comments/123</code> +<code>/blog/comments/123</code> <h2>index_page()</h2> |