diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/results.html b/modules/xerte/parent_templates/Nottingham/models_html5/results.html index 529c2d3375..c8fb962bb0 100644 --- a/modules/xerte/parent_templates/Nottingham/models_html5/results.html +++ b/modules/xerte/parent_templates/Nottingham/models_html5/results.html @@ -104,7 +104,7 @@ this.replaceArrow = function(str) { if (typeof(str) === 'string') { - return str.replace(/-->/g, ''); + return str.replace(/-->/g, ''); } else { return str; } @@ -257,7 +257,7 @@ altnormalrow = !altnormalrow; altfullrow = false; if (x.subinteractions.length > 0 && x.type != 'page') { - detailstable.append("" + x.title + "" + yourAnswerTxt + "" + correctAnswerTxt + ""); + detailstable.append("" + x.title + "" + yourAnswerTxt + "" + correctAnswerTxt + ""); var detailstablecolumns = ["", x_GetTrackingTextFromHTML(x.title, ""), yourAnswerTxt, correctAnswerTxt]; var detailstablerows = []; altfullrow = false;