##// END OF EJS Templates
Rails3: use String#html_safe for render_custom_fields_rows() at IssuesHelper....
Toshi MARUYAMA -
r6378:dbb6a04d67c8
parent child
Show More
@@ -106,7 +106,7 module IssuesHelper
106 n += 1
106 n += 1
107 end
107 end
108 s << "</tr>\n"
108 s << "</tr>\n"
109 s
109 s.html_safe
110 end
110 end
111
111
112 def issues_destroy_confirmation_message(issues)
112 def issues_destroy_confirmation_message(issues)
General Comments 0
You need to be logged in to leave comments. Login now