X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8a42bc2eff8563d206615cb8810ad87e9e6e5be2..0abd8ea78d8ea37f14145c973a523ef53bca84ef:/app/helpers/open_graph_helper.rb diff --git a/app/helpers/open_graph_helper.rb b/app/helpers/open_graph_helper.rb index 99b8d00a3..a91457645 100644 --- a/app/helpers/open_graph_helper.rb +++ b/app/helpers/open_graph_helper.rb @@ -11,7 +11,7 @@ module OpenGraphHelper } safe_join(tags.map do |property, content| - tag(:meta, :property => property, :content => content) + tag.meta(:property => property, :content => content) end, "\n") end end