Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -racc8d2acf5b6b0002e0c8129947040a779ab4077 -rce3e782fd6844641f7298e09104f8d7554f073ff --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision acc8d2acf5b6b0002e0c8129947040a779ab4077) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision ce3e782fd6844641f7298e09104f8d7554f073ff) @@ -82,7 +82,7 @@ var i; with (catMenu) { - options[0] = new Option('', "none"); + options[0] = new Option("", "none"); for(i = 0; i < categoryArray.length; i++) { options[i+1] = new Option(categoryArray[i].title, i);