Rails3: use String#html_safe for render_custom_fields_rows() at IssuesHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6498 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-20 23:12:50 +00:00
parent dd2c862a2a
commit dbb6a04d67
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ module IssuesHelper
n += 1
end
s << "</tr>\n"
s
s.html_safe
end
def issues_destroy_confirmation_message(issues)