marks favicon as html_safe

pull/1186/head
Jens Ulferts 12 years ago committed by Martin Czuchra
parent 6927a6db8a
commit 198736141a
  1. 2
      app/helpers/application_helper.rb

@ -1040,7 +1040,7 @@ module ApplicationHelper
end
def favicon
"<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />"
"<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />".html_safe
end
# Add a HTML meta tag to control robots (web spiders)

Loading…
Cancel
Save