--- loncom/homework/chemresponse.pm 2004/07/02 08:15:56 1.35 +++ loncom/homework/chemresponse.pm 2004/08/10 18:05:12 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.35 2004/07/02 08:15:56 albertel Exp $ +# $Id: chemresponse.pm,v 1.37 2004/08/10 18:05:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -313,10 +313,10 @@ sub edit_reaction_button { function create_reaction_window_${id}_${field} () { editor=window.open('','','width=500,height=270,scrollbars=no,resizable=yes'); editor.document.open('text/html','replace'); - editor.document.writeln(' LON-CAPA Reaction Editor '); + editor.document.writeln(' LON-CAPA Reaction Editor '); } - + EDITREACTION return $result; }