From 43204cc5bf9a745d3ba93bd49cd387689368cb89 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Aug 2009 15:15:50 +0000 Subject: example fix --- user_guide/helpers/url_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/url_helper.html') 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.

Here are some examples:

-echo anchor('news/local/123', 'My News'); +echo anchor('news/local/123', 'title="My News"');

Would produce: <a href="http://example.com/index.php/news/local/123" title="My News">My News</a>

-- cgit v1.2.3-24-g4f1b