summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/changelog.html2
-rw-r--r--user_guide/helpers/html_helper.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 84708f0e0..0e0a02112 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,7 +95,7 @@ SVN Revision: </p>
<h3>Bug fixes for 1.7.1</h3>
<ul>
- <li>Fixed assorted user guide typos or examples (#6521, #6339, #6259).</li>
+ <li>Fixed assorted user guide typos or examples (#6521, #6339, #6259, #6093).</li>
<li>Fixed a bug in the MySQLi driver when no port is specified</li>
<li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li>
<li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li>
diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html
index 3b4ffb132..fd92f4dcb 100644
--- a/user_guide/helpers/html_helper.html
+++ b/user_guide/helpers/html_helper.html
@@ -109,7 +109,7 @@ echo link_tag('css/mystyles.css');<br />
// &lt;link href=&quot;http://site.com/favicon.ico&quot; rel=&quot;shortcut icon&quot; type=&quot;image/ico&quot; /&gt;
<br />
<br />
- echo link('feed', 'alternate', 'application/rss+xml', 'My RSS Feed');<br />
+ echo link_tag('feed', 'alternate', 'application/rss+xml', 'My RSS Feed');<br />
// &lt;link href=&quot;http://site.com/feed&quot; rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;My RSS Feed&quot; /&gt; </code>
<p>Additionally, an associative array can be passed to the link() function for complete control over all attributes and values.</p>
<p><code>