diff --git a/Bench4Q-Web/src/main/webapp/script/scriptManager/containerFactory.js b/Bench4Q-Web/src/main/webapp/script/scriptManager/containerFactory.js index 6a3fc159..e59e02f1 100644 --- a/Bench4Q-Web/src/main/webapp/script/scriptManager/containerFactory.js +++ b/Bench4Q-Web/src/main/webapp/script/scriptManager/containerFactory.js @@ -59,7 +59,7 @@ ContainerFactory.prototype.appendEdtiors = function(container, label, name, requ } else if (editorInfo.type.toLowerCase() == "file") { $(container).append( - editorFactory.createFile(lable, name, required, editorInfo.size, id,value)); + editorFactory.createFile(label, name, required, editorInfo.size, id,value)); } else if (editorInfo.type.toLowerCase() == "date") { $(container).append( editorFactory.createDate(label, name, required, editorInfo.size, id,value));