summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 14:11:33 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 14:11:33 +0200
commita0905f33eabec71e411c837967750e15d6febf19 (patch)
tree842bf73caab243bb51fd4d3169026fe9bd1b6988 /user_guide/changelog.html
parent7770fde8733eff7024191bd8782a30ab0d1f7619 (diff)
img() will now generate an empty string as an alt attribute if one is not provided.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1aa06d388..124a1cb9f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -112,7 +112,7 @@ Hg Tag: </p>
</li>
<li>Helpers
<ul>
- <li>Added <kbd>convert_accented_characters()</kbd> function to <a href="./helpers/text_helper.html">text helper</a>.</li>
+ <li>Added <kbd>convert_accented_characters()</kbd> function to <a href="./helpers/text_helper.html">text helper</a>.</li>
<li>Added accept-charset to the list of inserted attributes of <kbd>form_open()</kbd> in the <a href="helpers/form_helper.html">Form Helper</a>.</li>
<li>Deprecated the <kbd>dohash()</kbd> function in favour of <kbd>do_hash()</kbd> for naming consistency.</li>
<li>Non-backwards compatible change made to <kbd>get_dir_file_info()</kbd> in the <a href="helpers/file_helper.html">File Helper</a>. No longer recurses
@@ -124,6 +124,7 @@ Hg Tag: </p>
<li>Modified <kbd>prep_url()</kbd> so as to not prepend http:// if the supplied string already has a scheme.</li>
<li>Modified <kbd>get_file_info</kbd> in the file helper, changing filectime() to filemtime() for dates.</li>
<li>Modified <kbd>smiley_js()</kbd> to add optional third parameter to return only the javascript with no script tags.</li>
+ <li>The <kbd>img()</kbd> function of the <a href="./helpers/html_helper.html">HTML helper</a> will now generate an empty string as an alt attribute if one is not provided.</li>
</ul>
</li>
<li>Other Changes