From 6f7b0aa1151d493e7d8d55ef4a80a2032510b388 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Sep 2009 08:26:33 +0000 Subject: some user guide corrections in code examples a minor grammar tweak --- user_guide/helpers/url_helper.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 d38f6ff24..e6fe5f2f9 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -134,9 +134,9 @@ will be added automatically from the information specified in your config file.

Here are some examples:

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

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

+

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

echo anchor('news/local/123', 'My News', array('title' => 'The best news!')); -- cgit v1.2.3-24-g4f1b