Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.24 -r1.25 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 3 Jun 2014 16:22:21 -0000 1.24 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 5 Jul 2014 19:32:54 -0000 1.25 @@ -97,7 +97,7 @@ var obj = document.getElementById("newQuestion"); obj.value += aMenu.options[aMenu.selectedIndex].text; var oEditor = CKEDITOR.instances["newQuestion"]; - oEditor.InsertHtml(aMenu.options[aMenu.selectedIndex].text); + oEditor.insertHtml(aMenu.options[aMenu.selectedIndex].text); } }