From: Toshi MARUYAMA Date: Thu, 6 Oct 2011 11:03:29 +0000 (+0000) Subject: Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper X-Git-Tag: 1.3.0~399 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=942cd9bac2be0030ef0095adcce38beb9acfc368;p=redmine.git 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 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0f52a0dcd..df35a379d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -200,7 +200,7 @@ module ApplicationHelper end content << "\n" end - content + content.html_safe end # Renders flash messages