diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-12-23 21:07:20 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-12-23 21:07:20 +0000 |
commit | e781faddca7523c6b700d03887b6603488128ced (patch) | |
tree | 50802f1c857533726683095bfba84f374eadb7cb /actionpack/CHANGELOG | |
parent | 38f8252e2d0a109d1b833d6b289cd989e7bfffe4 (diff) | |
download | rails-e781faddca7523c6b700d03887b6603488128ced.tar.gz rails-e781faddca7523c6b700d03887b6603488128ced.tar.bz2 rails-e781faddca7523c6b700d03887b6603488128ced.zip |
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes #10566 [wesley.moxam]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8485 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 f134fec599..98756c7582 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes #10566 [wesley.moxam] + * Add :default option to time_zone_select. #10590 [Matt Aimonetti] |