From 28c8a77e0fbcc3f36dbcca1923c66e8cc61e8824 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 12 Oct 2023 17:47:04 +0200 Subject: [PATCH] wait #6385 --- js/quiz.screen.outro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 77edd60..473f650 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -190,10 +190,10 @@ QuizScreenOutro.prototype = { } if(review.type === "draganddrop") { - html += '
' html += '
' html += '

'+review.data.area_1.title+'

'+review.data.area_2.title+'

' html += '
' + html += '
' for (let i = 1; i < 3; i++) { let area = i === 1 ? review.data.area_1 : review.data.area_2 html += '
' -- 2.39.5