summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-13 14:14:47 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-13 14:14:47 +0100
commit9967ab4fdb3d6e358d44f063d2000ebf8b71b95a (patch)
tree5ed723f87124697127a91a213cb41846ce80ec19
parentb1f90dbfd5fb7610865c4ff31b9d75bc821560a7 (diff)
fixed a typo in url_helper example, added 1.6.2 to changelog
-rw-r--r--user_guide/changelog.html9
-rw-r--r--user_guide/helpers/url_helper.html2
2 files changed, 10 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 2e0fc7ab7..5f0c8fa2f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -58,6 +58,15 @@ Change Log
<h1>Change Log</h1>
+<h2>Version 1.6.2</h2>
+<p>Release Date: not currently released</p>
+<ul>
+ <li>No additions currently listed</li>
+ </ul>
+<h3>Bugfixes for 1.6.2</h3>
+<ul>
+ <li>Fixed assorted user guide typos (#3453)</li>
+</ul>
<h2>Version 1.6.1</h2>
<p>Release Date: February 12, 2008</p>
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index fe509d08a..a96367e8f 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -152,7 +152,7 @@ $atts = array(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'screeny'&nbsp;&nbsp;&nbsp;&nbsp;=> '0'<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br />
<br />
-echo anchor_popup(news/local/123, 'Click Me!', $atts);</code>
+echo anchor_popup('news/local/123', 'Click Me!', $atts);</code>
<p>Note: The above attributes are the function defaults so you only need to set the ones that are different from what you need.
If you want the function to use all of its defaults simply pass an empty array in the third parameter:</p>