--- loncom/homework/chemresponse.pm 2015/03/09 16:30:46 1.97 +++ loncom/homework/chemresponse.pm 2015/09/21 14:24:54 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.97 2015/03/09 16:30:46 raeburn Exp $ +# $Id: chemresponse.pm,v 1.98 2015/09/21 14:24:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -654,7 +654,7 @@ sub edit_reaction_button { function create_reaction_window_${id}_${field} () { editor=window.open('','','width=500,height=270,scrollbars=no,resizable=yes'); editor.$docopen; - editor.document.writeln('$start_page $end_page'); + editor.document.writeln('$start_page $end_page'); editor.document.close(); } // -->