--- loncom/xml/lonxml.pm 2006/04/11 14:17:06 1.404 +++ loncom/xml/lonxml.pm 2006/04/13 19:00:40 1.406 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.404 2006/04/11 14:17:06 albertel Exp $ +# $Id: lonxml.pm,v 1.406 2006/04/13 19:00:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -204,9 +204,9 @@ sub xmlend { $discussion.='\keephidden{ENDOFPROBLEM}\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}\end{document}'; &Apache::lonxml::newparser($parser,\$discussion,''); return ''; - } else { - return $discussion.&Apache::loncommon::endbodytag(); } + + return $discussion.&Apache::loncommon::end_page(); } sub tokeninputfield { @@ -1505,7 +1505,6 @@ ENDNOTFOUND my %options = (); if ($env{'environment.remote'} ne 'off') { $options{'bgcolor'} = '#FFFFFF'; - $options{'only_body'} = 1; } my $start_page = &Apache::loncommon::start_page(undef,undef, \%options);