commit | 43204cc5bf9a745d3ba93bd49cd387689368cb89 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Mon Aug 17 15:15:50 2009 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Mon Aug 17 15:15:50 2009 +0000 |
tree | 5057f2ee6f08823cfba409bf184191f34c2e13d3 | |
parent | 64c398bde1ac0332737980a66a780624ab069be2 [diff] [blame] |
example fix
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 6e410d7..fb3f9dd 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html
@@ -134,7 +134,7 @@ <p>Here are some examples:</p> -<code>echo anchor('news/local/123', 'My News');</code> +<code>echo anchor('news/local/123', 'title="My News"');</code> <p>Would produce: <a href="http://example.com/index.php/news/local/123" title="My News">My News</a></p>