From 10f04acf450c0e4c743997df397500cebb6751eb 2011-08-20 05:05:26 From: Toshi MARUYAMA Date: 2011-08-20 05:05:26 Subject: [PATCH] Rails3: use String#html_safe for favicon in ApplicationHelper. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6466 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b027f4e..1b18636 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -923,7 +923,7 @@ module ApplicationHelper end def favicon - "" + "".html_safe end def robot_exclusion_tag