--- loncom/xml/lonxml.pm 2006/04/13 18:35:17 1.405 +++ loncom/xml/lonxml.pm 2006/04/18 20:50:45 1.408 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.405 2006/04/13 18:35:17 albertel Exp $ +# $Id: lonxml.pm,v 1.408 2006/04/18 20:50:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -206,7 +206,7 @@ sub xmlend { return ''; } - return $discussion.&Apache::loncommon::end_page(); + return $discussion; } sub tokeninputfield { @@ -304,18 +304,6 @@ sub printtokenheader { } } -sub fontsettings { - my $headerstring=''; - if (($env{'browser.os'} eq 'mac') && (!$env{'browser.mathml'})) { - $headerstring.= - ''; - } elsif (!$env{'browser.mathml'} && $env{'browser.unicode'}) { - $headerstring.= - ''; - } - return $headerstring; -} - sub printalltags { my $temp; foreach $temp (sort keys %Apache::lonxml::alltags) { @@ -1505,7 +1493,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);