Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v
diff -u -r1.13.6.1 -r1.13.6.1.2.1
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp 25 May 2009 00:29:54 -0000 1.13.6.1
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 16 Nov 2009 02:25:10 -0000 1.13.6.1.2.1
@@ -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);