Fix missing closing div for close button
parent
8d30949969
commit
bfb7b5600c
|
@ -925,7 +925,7 @@ H5P.Dialog = function (name, title, content, $element) {
|
||||||
<div class="h5p-inner">\
|
<div class="h5p-inner">\
|
||||||
<h2>' + title + '</h2>\
|
<h2>' + title + '</h2>\
|
||||||
<div class="h5p-scroll-content">' + content + '</div>\
|
<div class="h5p-scroll-content">' + content + '</div>\
|
||||||
<div class="h5p-close" role="button" tabindex="0" aria-label="' + H5P.t('close') + '" title="' + H5P.t('close') + '">\
|
<div class="h5p-close" role="button" tabindex="0" aria-label="' + H5P.t('close') + '" title="' + H5P.t('close') + '"></div>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>')
|
</div>')
|
||||||
.insertAfter($element)
|
.insertAfter($element)
|
||||||
|
|
Loading…
Reference in New Issue