Skip to content

Commit

Permalink
Merge pull request #1468 from projectblacklight/invalid-search-html
Browse files Browse the repository at this point in the history
Fix issue with breadcrumbs having invalid markup
  • Loading branch information
marlo-longley authored Dec 12, 2023
2 parents bd4d858 + 3576edd commit 8a74a01
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class='breadcrumb-links'>
<%= rendered_breadcrumbs %>
</div>
<dt class="visually-hidden">Collection Context</dt>
<dd>
<div class='breadcrumb-links'>
<%= rendered_breadcrumbs %>
</div>
</dd>

0 comments on commit 8a74a01

Please sign in to comment.