diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-12-14 20:56:03 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-12-14 20:56:03 +0000 |
commit | d833645cd8609e50f56acaaa7e6dd85e3198a446 (patch) | |
tree | 3107b830bac34df9a08b64f1f015c13368853ab8 /actionpack/CHANGELOG | |
parent | 011f4e7413f1bde83aa62a5fc46afd6957ff9b3e (diff) | |
download | rails-d833645cd8609e50f56acaaa7e6dd85e3198a446.tar.gz rails-d833645cd8609e50f56acaaa7e6dd85e3198a446.tar.bz2 rails-d833645cd8609e50f56acaaa7e6dd85e3198a446.zip |
Fix HTML::Node to output double quotes instead of single quotes. Closes #6845 [mitreandy]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5718 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 08e945fdb8..c7cd0efd4b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix HTML::Node to output double quotes instead of single quotes. Closes #6845 [mitreandy] + * Correctly report which filter halted the chain. #6699 [Martin Emde] * Fix a bug in Routing where a parameter taken from the path of the current request could not be used as a query parameter for the next. Closes #6752. [Nicholas Seckar] |