From f29b57088ae0ddd85ec99b516c0980dde1dad8f8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 18 Dec 2011 12:26:28 +0000 Subject: [PATCH] html_safe for Rails3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8283 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/versions/_issue_counts.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> <% if counts.empty? %>

<%= l(:label_no_data) %>

-- 2.39.5