X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a570f59187efa0a298d31bae2b224de9762bb42f..4ab70b63c391c11f4eb9e914507662629c257c7e:/app/views/site/copyright.html.erb?ds=inline diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 75f4e878d..a8506e902 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -3,7 +3,7 @@ <% if t(".legal_babble", :locale => I18n.locale) != t(".legal_babble", :locale => :en) %> - <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %> + <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>

<%= t ".native.title" %>

<%= t ".native.html", @@ -20,8 +20,8 @@ <% end %> <% else %> - <%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %> - <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %> + <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %> + <%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>

<%= t ".foreign.title" %>

<%= t ".foreign.html",