--- loncom/homework/chemresponse.pm 2005/05/25 14:33:00 1.52 +++ loncom/homework/chemresponse.pm 2005/05/25 21:45:07 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.52 2005/05/25 14:33:00 www Exp $ +# $Id: chemresponse.pm,v 1.53 2005/05/25 21:45:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -121,9 +121,10 @@ $molecule CHEMPAGE $body=&HTML::Entities::encode($body,'<>&"'); $body=~s/\n/ /g; + my $nothing=&Apache::lonhtmlcommon::javascript_nothing(); my $docopen=&Apache::lonhtmlcommon::javascript_docopen(); my $result=< + CHEMINPUT return $result; }