summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers/url_helper.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/helpers/url_helper.html')
-rw-r--r--user_guide/helpers/url_helper.html2
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: &lt;a href="http://example.com/index.php/news/local/123" title="My News">My News&lt;/a></p>