diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-10-01 03:34:07 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-10-01 03:34:07 +0200 |
commit | 4ebfb43dfebbcb59aac2b463dcc9561d1008fd0d (patch) | |
tree | d8a5231ef25487afbe1904774411bf4f13de68e7 /user_guide/changelog.html | |
parent | a42f38709d4628ba7e93d62a26d405bfbc0eeb69 (diff) |
Fixed extra text in img() function description of the userguide
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2dcde9465..b98d9d5ba 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -104,7 +104,7 @@ SVN Revision: XXXX</p> <h3>Bug fixes for 1.7.0</h3>
<ul>
<li>Fixed bug in xss_clean() that could remove some desirable tag attributes.</li>
- <li>Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229).</li>
+ <li>Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229, #5254).</li>
<li>Fixed an edit from 1.6.3 that made the $robots array in user_agents.php go poof.</li>
<li>Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.</li>
<li>Modified XSS sanitization to no longer add semicolons after &[single letter], such as in M&M's, B&B, etc.</li>
|