Skip to content

Commit

Permalink
Merge pull request #796 from alphagov/remove-bad-role
Browse files Browse the repository at this point in the history
Remove invalid breadcrumbs aria role from base template
  • Loading branch information
NickColley committed May 26, 2016
2 parents 0570ca5 + fbc0309 commit 3a754ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<% content_for :content do %>
<% unless local_assigns[:hide_nav] %>
<div id="global-breadcrumb" class="header-context">
<ol role="breadcrumbs" class="group">
<ol class="group">
<li><a href="/">Home</a></li>
</ol>
</div>
Expand Down

0 comments on commit 3a754ad

Please sign in to comment.