diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-18 12:26:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-18 12:26:28 +0000 |
commit | f29b57088ae0ddd85ec99b516c0980dde1dad8f8 (patch) | |
tree | 92d31a3c823c5e30bda3a118af7dc705dd61713b /app/views | |
parent | 8a563e8f577601ba6f6c91b54b37e74b7696cd42 (diff) | |
download | redmine-f29b57088ae0ddd85ec99b516c0980dde1dad8f8.tar.gz redmine-f29b57088ae0ddd85ec99b516c0980dde1dad8f8.zip |
html_safe for Rails3
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8283 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/versions/_issue_counts.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_issue_counts.html.erb b/app/views/versions/_issue_counts.html.erb index d1048912d..5f0410bf4 100644 --- a/app/views/versions/_issue_counts.html.erb +++ b/app/views/versions/_issue_counts.html.erb @@ -6,7 +6,7 @@ status_by_options_for_select(criteria), :id => 'status_by_select', :onchange => remote_function(:url => status_by_version_path(version), - :with => "Form.serialize('status_by_form')"))) %> + :with => "Form.serialize('status_by_form')"))).html_safe %> </legend> <% if counts.empty? %> <p><em><%= l(:label_no_data) %></em></p> |