Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 2 Jul 2009 08:19:22 -0000 1.14 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 13 Nov 2009 03:13:58 -0000 1.15 @@ -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);