]> source.dussan.org Git - redmine.git/commitdiff
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Oct 2011 11:03:29 +0000 (11:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Oct 2011 11:03:29 +0000 (11:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7584 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index 0f52a0dcda51b3a9715530e7672ebd7643cdf169..df35a379d9d59ffef67ea11802626982e9848d82 100644 (file)
@@ -200,7 +200,7 @@ module ApplicationHelper
       end
       content << "</ul>\n"
     end
-    content
+    content.html_safe
   end
 
   # Renders flash messages