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:
parent
dd2c862a2a
commit
dbb6a04d67
|
@ -106,7 +106,7 @@ module IssuesHelper
|
|||
n += 1
|
||||
end
|
||||
s << "</tr>\n"
|
||||
s
|
||||
s.html_safe
|
||||
end
|
||||
|
||||
def issues_destroy_confirmation_message(issues)
|
||||
|
|
Loading…
Reference in New Issue