--- loncom/homework/structuretags.pm 2024/07/03 19:28:35 1.512.2.27 +++ loncom/homework/structuretags.pm 2024/07/07 21:45:07 1.512.2.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.512.2.27 2024/07/03 19:28:35 raeburn Exp $ +# $Id: structuretags.pm,v 1.512.2.28 2024/07/07 21:45:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -272,7 +272,7 @@ sub homework_js { } return &Apache::loncommon::resize_textarea_js(). &Apache::loncommon::colorfuleditor_js(). - &setmode_javascript(). + &Apache::lonxml::setmode_javascript(). <<"JS"; -ENDSCRIPT -} - sub page_start { my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$name, $extra_head)=@_;