Skip to content

Commit

Permalink
Merge pull request #237 from alphagov/remove-invalid-role
Browse files Browse the repository at this point in the history
Remove invalid breadcrumbs aria role
  • Loading branch information
NickColley committed Jun 3, 2016
2 parents 7d01052 + 47dee2d commit c58ec83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -18,7 +18,7 @@
<body class="hmrc-contacts-body">
<% unless local_assigns[:show_breadcrumbs] %>
<div id="global-breadcrumb" class="header-context group">
<ol role="breadcrumbs" class="group">
<ol class="group">
<li>
<%= link_to "Home", '/' %>
</li>
Expand Down

0 comments on commit c58ec83

Please sign in to comment.