app/components/blacklight/system/modal_component.html.erb in blacklight-7.19.0 vs app/components/blacklight/system/modal_component.html.erb in blacklight-7.19.1

- old
+ new

@@ -4,10 +4,10 @@ <div class="modal-header"> <%= header || (capture do %> <h1 class="modal-title"><%= title %></h1> <% end) %> - <button type="button" class="blacklight-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>"> + <button type="button" class="blacklight-modal-close btn-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>"> <span aria-hidden="true">&times;</span> </button> </div> <%= body || (capture do %>