mirror of
https://github.com/redmine/redmine.git
synced 2026-07-08 18:43:16 +02:00
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7584 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -200,7 +200,7 @@ module ApplicationHelper
|
||||
end
|
||||
content << "</ul>\n"
|
||||
end
|
||||
content
|
||||
content.html_safe
|
||||
end
|
||||
|
||||
# Renders flash messages
|
||||
|
||||
Reference in New Issue
Block a user