diff --git a/plugins/jspsych-single-stim.js b/plugins/jspsych-single-stim.js index 0762ebba..040e5370 100644 --- a/plugins/jspsych-single-stim.js +++ b/plugins/jspsych-single-stim.js @@ -93,7 +93,7 @@ jsPsych.plugins["single-stim"] = (function() { new_html += trial.prompt; // draw - display_element.innerHTML = new_html; + display_element.innerHTL = new_html; // store response var response = {