--- loncom/html/adm/ckeditor/plugins/lcm/plugin.js 2015/03/31 13:45:41 1.1 +++ loncom/html/adm/ckeditor/plugins/lcm/plugin.js 2015/04/01 16:14:44 1.2 @@ -397,7 +397,9 @@ // leave \[ \] as is } else { // add \( \) - value = '\\(' + value + '\\)'; + // value = '\\(' + value + '\\)'; + // actually, we do not want to display things too well in this case + // (if this is math, it would not work well with other math renderings like tth) } newValue = CKEDITOR.tools.htmlEncode( value );