diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-09-16 10:26:33 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-09-16 10:26:33 +0200 |
commit | 6f7b0aa1151d493e7d8d55ef4a80a2032510b388 (patch) | |
tree | 77c436a7f59eee76c5cb7f4ddedb29f1d257817a /user_guide | |
parent | 928158bf3a308330ab6518ff0d149d4585d7f38f (diff) |
some user guide corrections in code examples
a minor grammar tweak
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 | ||||
-rw-r--r-- | user_guide/helpers/url_helper.html | 4 | ||||
-rw-r--r-- | user_guide/toc.html | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d23d92056..ebff62344 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,6 +69,11 @@ SVN Revision: </p> </li> </ul> +<h3>Bug fixes for 1.7.3</h3> +<ul> + <li>Fixed or clarified assorted user guide typos or examples.</li> +</ul> + <h2>Version 1.7.2</h2> <p>Release Date: September 11, 2009<br /> SVN Revision: 1737</p> 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. <p>Here are some examples:</p> -<code>echo anchor('news/local/123', 'title="My News"');</code> +<code>echo anchor('news/local/123', 'My News', 'title="News title"');</code> -<p>Would produce: <a href="http://example.com/index.php/news/local/123" title="My News">My News</a></p> +<p>Would produce: <a href="http://example.com/index.php/news/local/123" title="News title">My News</a></p> <code>echo anchor('news/local/123', 'My News', array('title' => 'The best news!'));</code> diff --git a/user_guide/toc.html b/user_guide/toc.html index 288bbc5be..ddd249ba1 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -74,7 +74,7 @@ Table of Contents <ul> <li><a href="./installation/downloads.html">Downloading CodeIgniter </a></li> <li><a href="./installation/index.html">Installation Instructions</a></li> - <li><a href="./installation/upgrading.html">Upgrading from an Previous Version</a></li> + <li><a href="./installation/upgrading.html">Upgrading from a Previous Version</a></li> <li><a href="./installation/troubleshooting.html">Troubleshooting</a></li> </ul> |