X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..15623aa35a9fe77343efd7e67f04d33599a8ce3b:/app/views/site/_about_section.html.erb?ds=inline diff --git a/app/views/site/_about_section.html.erb b/app/views/site/_about_section.html.erb index ead28f9fd..4baec7238 100644 --- a/app/views/site/_about_section.html.erb +++ b/app/views/site/_about_section.html.erb @@ -1,7 +1,7 @@ -<%= tag.div :class => "section", :id => local_assigns[:id] do %> +<%= tag.section :id => local_assigns[:id] do %>
-

<%= t "site.about.#{title}_title", :locale => @locale %>

+

<%= t "site.about.#{title}_title" %>

<%= yield %> <% end %>