--- loncom/interface/lonhtmlcommon.pm 2009/12/22 17:27:28 1.257 +++ loncom/interface/lonhtmlcommon.pm 2010/01/05 00:42:49 1.258 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.257 2009/12/22 17:27:28 faziophi Exp $ +# $Id: lonhtmlcommon.pm,v 1.258 2010/01/05 00:42:49 faziophi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1300,7 +1300,7 @@ sub htmlareaselectactive { function startRichEditor(id) { CKEDITOR.replace(id, { - customConfig: "/ckeditor/loncapaconfig.js", + customConfig: "/ckeditor/loncapaconfig.js" } ); }