lib/smart-app-banner/helper.rb in smart-app-banner-0.0.1 vs lib/smart-app-banner/helper.rb in smart-app-banner-0.0.2
- old
+ new
@@ -22,10 +22,10 @@
metadata = [app_id, affiliate_data, app_argument].
delete_if(&:nil?).
join(', ')
- output = "<meta name=\"apple-itunes-app\" content=\"#{ metadata }\">"
+ output = "<meta name=\"apple-itunes-app\" content=\"#{ metadata }\">".html_safe
end
end
end
end