Skip to content
Snippets Groups Projects
Commit d9a5e793 authored by David Snopek's avatar David Snopek Committed by David Snopek
Browse files

Issue #2576897 by dsnopek, cboyden: Replacement for CTools modal changes...

Issue #2576897 by dsnopek, cboyden: Replacement for CTools modal changes "Close Window" button text to "x"
parent e75e5b75
No related branches found
Tags 8.x-2.0-alpha10
No related merge requests found
......@@ -111,7 +111,7 @@
html += ' <div class="ctools-modal-dialog modal-dialog">'
html += ' <div class="modal-content">'
html += ' <div class="modal-header">';
html += ' <button type="button" class="close ctools-close-modal" aria-hidden="true">&times;</button>';
html += ' <button type="button" class="close ctools-close-modal" aria-label="Close Window">&times; <span class="element-invisible">Close Window</span></button>';
html += ' <h4 id="modal-title" class="modal-title">&nbsp;</h4>';
html += ' </div>';
html += ' <div id="modal-content" class="modal-body">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment