From 942cd9bac2be0030ef0095adcce38beb9acfc368 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 6 Oct 2011 11:03:29 +0000 Subject: [PATCH] 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 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5