Browse Source

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
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
942cd9bac2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/application_helper.rb

+ 1
- 1
app/helpers/application_helper.rb View File

@@ -200,7 +200,7 @@ module ApplicationHelper
end
content << "</ul>\n"
end
content
content.html_safe
end

# Renders flash messages

Loading…
Cancel
Save