diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-16 05:42:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-16 05:42:47 +0000 |
commit | 691562746f277aa0453ec9fdc06fad5a59210fb5 (patch) | |
tree | 356af3e5c49511d7cb40d5f4d855249e5a3cb3e0 /actionpack/CHANGELOG | |
parent | bfe6a759c25ad02b4bfcb2dd16999d8ba72e2df8 (diff) | |
download | rails-691562746f277aa0453ec9fdc06fad5a59210fb5.tar.gz rails-691562746f277aa0453ec9fdc06fad5a59210fb5.tar.bz2 rails-691562746f277aa0453ec9fdc06fad5a59210fb5.zip |
Fixed TextHelper#highlight to return the text, not nil, if the phrase is blank #1409 [patrick@lenz.sh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1429 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 4ce455bc80..b161b1d552 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed TextHelper#highlight to return the text, not nil, if the phrase is blank #1409 [patrick@lenz.sh] + * Fixed TagHelper such that :name and 'name' keys in the options doesn't result in two attributes #1455 [take_tk] * Ensure that helpers are only available to the controllers where they are defined and their subclasses. #1394 [kdole@tamu.edu] |