##// END OF EJS Templates
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper...
Toshi MARUYAMA -
r7464:942cd9bac2be
parent child
Show More
@@ -200,7 +200,7 module ApplicationHelper
200 200 end
201 201 content << "</ul>\n"
202 202 end
203 content
203 content.html_safe
204 204 end
205 205
206 206 # Renders flash messages
General Comments 0
You need to be logged in to leave comments. Login now