diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 17:15:50 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 17:15:50 +0200 |
commit | 43204cc5bf9a745d3ba93bd49cd387689368cb89 (patch) | |
tree | 5057f2ee6f08823cfba409bf184191f34c2e13d3 /user_guide/helpers | |
parent | 64c398bde1ac0332737980a66a780624ab069be2 (diff) |
example fix
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 6e410d7d9..fb3f9ddf3 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -134,7 +134,7 @@ will be added automatically from the information specified in your config file. <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> |