X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..4d47cff5e1d359fa27c5c46d2706faae39a3eacc:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index 9b44ed461..f1f48c1e1 100644 --- a/app/views/site/_id.html.erb +++ b/app/views/site/_id.html.erb @@ -6,5 +6,5 @@ <% data[:lon] = @lon if @lon -%> <% data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx] -%> <% data[:url] = id_url(:locale => params[:locale]) -%> - <%= content_tag :iframe, "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %> + <%= tag.iframe "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %>