X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e80571c22c91061c3fc5f3b6fc164522d05031cb..c9b891ce0a5c109e678a173309056c9586daec4b:/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