##// 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 end
200 end
201 content << "</ul>\n"
201 content << "</ul>\n"
202 end
202 end
203 content
203 content.html_safe
204 end
204 end
205
205
206 # Renders flash messages
206 # Renders flash messages
General Comments 0
You need to be logged in to leave comments. Login now