summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-12-11 17:37:04 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-12-11 17:37:04 +0100
commitffa4c84a3136ece9a25a40daad1194047da8fce4 (patch)
tree2b2c77f9cdbfda3dd08b5aecb78218c92ea1b861 /user_guide
parent7deecfbdc0b3b17d806fb0bb7a1b7f83df34dcd5 (diff)
fixed &nbsp; cleanup preceding block elements, regex was using [] instead of ()
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1ddec5456..3b9c73e5f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -98,6 +98,7 @@ SVN Revision: </p>
<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>
<li>Fixed a bug where HTML comments and &lt;pre&gt; tags were being parsed in Typography::auto_typography()</li>
+ <li>Fixed a bug with non-breaking space cleanup in Typography::auto_typography()</li>
</ul>