diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-12-05 23:03:47 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-12-05 23:03:47 +0100 |
commit | ab0e31f09a8cf3596e6547fc47fd085a0d2bcdd0 (patch) | |
tree | 67e7afe72eb45425474b88f72cb7446f35dea71a /user_guide | |
parent | 272d30a8ec4fc2a6ff42359cff859f9c030a6a1d (diff) |
fixed a bug where whitespace would be lost if a string was forced into a character entity e.g.
&foo you know?
would become
&foo;you know?
instead of
&foo; you know?
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 48b197083..196817552 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -93,6 +93,7 @@ SVN Revision: </p> <li>Fixed some accuracy issues with curly quotes in Typography::format_characters()</li> <li>Changed a few docblock comments to reflect actual return values.</li> <li>Fixed a bug with high ascii characters in subject and from email headers.</li> + <li>Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.</li> </ul> |