Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -ra7661f206a3f21114f1c05f9a29f56e20f5e35f0 -r2357c59f32887145d7b1d281f57b9a3b60dd359c --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision a7661f206a3f21114f1c05f9a29f56e20f5e35f0) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 2357c59f32887145d7b1d281f57b9a3b60dd359c) @@ -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); } }