From c2d7b987cc971c5be1553da1ae84e93d1cc019b7 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 11 Jan 2019 14:09:56 +0100 Subject: [PATCH] Fix missing closing div for close button --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index c25520c..9727ece 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -925,7 +925,7 @@ H5P.Dialog = function (name, title, content, $element) {
\

' + title + '

\
' + content + '
\ -
\ +
\
\
') .insertAfter($element)