Skip to content

Commit

Permalink
Merge pull request #3393 from projectblacklight/duplicate-role
Browse files Browse the repository at this point in the history
Remove unnecessary role. The role is implied by the main HTML element
  • Loading branch information
jcoyne authored Nov 4, 2024
2 parents ee85191 + 99abd76 commit b6711be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/blacklight/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<%= render partial: 'shared/header_navbar' %>

<main id="main-container" class="<%= container_classes %>" role="main" aria-label="<%= t('blacklight.main.aria.main_container') %>">
<main id="main-container" class="<%= container_classes %>" aria-label="<%= t('blacklight.main.aria.main_container') %>">
<%= content_for(:container_header) %>

<%= render partial: 'shared/flash_msg', layout: 'shared/flash_messages' %>
Expand Down

0 comments on commit b6711be

Please sign in to comment.