Skip to content

Commit

Permalink
Merge pull request #80 from edx/bjacobel/breadcrumbs
Browse files Browse the repository at this point in the history
Remove uneccessary DOM element from breadcrumb template
  • Loading branch information
bjacobel authored Jun 24, 2016
2 parents be91773 + c3f5f62 commit 02a3411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/breadcrumbs/breadcrumbs.underscore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="sr-is-focusable" tabindex="-1"></div>
<% if (breadcrumbs !== null && breadcrumbs.length > 0) { %>
<nav class="breadcrumbs list-inline" aria-label="<%- label %>">
<% _.each(breadcrumbs.slice(0, -1), function (breadcrumb) { %>
Expand Down

0 comments on commit 02a3411

Please sign in to comment.