Fix missing closing div for close button

content-upgrade-on-upload
Oliver Tacke 2019-01-11 14:52:10 +01:00
parent 8d30949969
commit bfb7b5600c
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ H5P.Dialog = function (name, title, content, $element) {
<div class="h5p-inner">\
<h2>' + title + '</h2>\
<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>')
.insertAfter($element)