##// END OF EJS Templates
Rails3: use String#html_safe for favicon in ApplicationHelper....
Toshi MARUYAMA -
r6346:10f04acf450c
parent child
Show More
@@ -923,7 +923,7 module ApplicationHelper
923 923 end
924 924
925 925 def favicon
926 "<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />"
926 "<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />".html_safe
927 927 end
928 928
929 929 def robot_exclusion_tag
General Comments 0
You need to be logged in to leave comments. Login now