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: &lt;a href="http://example.com/index.php/news/local/123" title="My News">My News&lt;/a></p>