Skip to content

Commit

Permalink
Merge pull request #1992 from sandbergja/remove-improper-aria-labelledby
Browse files Browse the repository at this point in the history
Removing improperly used aria-labelledby attribute; closes #1776
  • Loading branch information
barmintor committed Oct 25, 2018
2 parents c1ce34f + c569c2c commit 59321d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_modal.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="blacklight-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal menu" aria-hidden="true">
<div id="blacklight-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
</div>
Expand Down

0 comments on commit 59321d3

Please sign in to comment.