--- loncom/interface/lonhtmlcommon.pm 2009/12/22 17:27:28 1.257 +++ loncom/interface/lonhtmlcommon.pm 2010/01/07 16:15:59 1.259 @@ -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.259 2010/01/07 16:15:59 faziophi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1250,6 +1250,7 @@ ENDEDITOR $s.=(< + ENDJQUERY return $s; } @@ -1300,7 +1301,7 @@ sub htmlareaselectactive { function startRichEditor(id) { CKEDITOR.replace(id, { - customConfig: "/ckeditor/loncapaconfig.js", + customConfig: "/ckeditor/loncapaconfig.js" } ); }