diff --git a/website/public/scout/scripts.js b/website/public/scout/scripts.js index 6aa4fe9a..a11dc5b9 100644 --- a/website/public/scout/scripts.js +++ b/website/public/scout/scripts.js @@ -237,7 +237,7 @@ function processAndAppendReturn(data, newloc) { if (questions[j][1]['type'] == 'shortText') { document.getElementById(newloc + j.toString()).innerHTML += ""; } else if (questions[j][1]['type'] == 'textField') { - document.getElementById(newloc + j.toString()).innerHTML += "
"; + document.getElementById(newloc + j.toString()).innerHTML += "
"; } else if (questions[j][1]['type'] == 'stepper') { document.getElementById(newloc + j.toString()).innerHTML += "" + (questions[j][1]['defaultValue']).toString() + ""; } else if (questions[j][1]['type'] == 'label') {