summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-02-03 15:51:00 +0100
committerDerek Jones <derek.jones@ellislab.com>2009-02-03 15:51:00 +0100
commit01d6b4f663588e80ca43deafc40090c910eb4b35 (patch)
tree99c073dae2ef75db8b9a3518b3ba31343e79f67f /user_guide
parent33559103ddf02648837c85ed72425ac06c06080c (diff)
Fixed a bug where the end character was being added when the character limit's limit intersected the last word of the string.
http://expressionengine.com/forums/viewthread/103748/
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 501529658..90cc7cac9 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -107,6 +107,7 @@ SVN Revision: </p>
<li>Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.</li>
<li>Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.</li>
<li>Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.</li>
+ <li>Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.</li>
<li>Tweaked Typography::auto_typography() for some edge-cases.</li>
</ul>