Skip to content

Commit

Permalink
XWIKI-21878: Various close button modals do not use intended icons
Browse files Browse the repository at this point in the history
* Fixed codestyle
  • Loading branch information
Sereza7 authored and surli committed Aug 28, 2024
1 parent c17fe57 commit cf46674
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ require(['jquery', 'xwiki-syntax-converter', 'bootstrap'], function($, syntaxCon
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">`
+ icons.cross +
<button type="button" class="close" data-dismiss="modal" aria-label="Close">` +
icons.cross +
`</button>
<h4 class="modal-title"></h4>
</div>
Expand Down

0 comments on commit cf46674

Please sign in to comment.