Skip to content

Commit

Permalink
SAK-50169 Gradebook: Custom Export has a small and a large X to close…
Browse files Browse the repository at this point in the history
… the modal (sakaiproject#12699)
  • Loading branch information
zhuoY121 authored Jul 3, 2024
1 parent 64aa4df commit ff68b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2><wicket:message key="importExport.export.heading" /></h2>
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="customExportModalTitle"><wicket:message key="importExport.template.button.advancedOptions"/></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="row">
Expand Down

0 comments on commit ff68b09

Please sign in to comment.