--- loncom/interface/lonhtmlcommon.pm 2004/06/04 16:05:47 1.74 +++ loncom/interface/lonhtmlcommon.pm 2004/06/05 14:46:12 1.75 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.74 2004/06/04 16:05:47 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.75 2004/06/05 14:46:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -897,7 +897,8 @@ sub htmlareaaddbuttons { config.registerButton('ed_math_eqn','LaTeX Equation', '/htmlarea/images/ed_math_eqn.gif',false, function(editor,id) { - editor.surroundHTML('
\\\\[','\\\\]
'); + editor.surroundHTML( + '
\\\\[','\\\\]
'); } ); config.toolbar.push(['ed_math','ed_math_eqn']);