]> source.dussan.org Git - redmine.git/commitdiff
html_safe for Rails3
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Dec 2011 12:26:28 +0000 (12:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Dec 2011 12:26:28 +0000 (12:26 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8283 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/_issue_counts.html.erb

index d1048912dfede91cf7aaaca7924d98e30eb70d04..5f0410bf4acb2fed11db1412a6c3c0437ca6b355 100644 (file)
@@ -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>