diff --git a/js/questionset.js b/js/questionset.js index c0c85e4..62d167a 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -20,7 +20,9 @@ H5P.QuestionSet = function (options, contentId) { var texttemplate = '<% if (introPage.showIntroPage) { %>' + '
' + - '
<%= introPage.title %>
' + + ' <% if (introPage.title) { %>' + + '
<%= introPage.title %>
' + + ' <% } %>' + ' <% if (introPage.introduction) { %>' + '
<%= introPage.introduction %>
' + ' <% } %>' + diff --git a/library.json b/library.json index 4c12528..9d0e0d8 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 48, + "patchVersion": 49, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet",