Diff for /loncom/xml/lonxml.pm between versions 1.404 and 1.407

version 1.404, 2006/04/11 14:17:06 version 1.407, 2006/04/18 20:43:47
Line 204  sub xmlend { Line 204  sub xmlend {
  $discussion.='<tex>\keephidden{ENDOFPROBLEM}\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}\end{document}</tex>';   $discussion.='<tex>\keephidden{ENDOFPROBLEM}\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}\end{document}</tex>';
  &Apache::lonxml::newparser($parser,\$discussion,'');   &Apache::lonxml::newparser($parser,\$discussion,'');
  return '';   return '';
     } else {  
  return $discussion.&Apache::loncommon::endbodytag();  
     }      }
   
       return $discussion;
 }  }
   
 sub tokeninputfield {  sub tokeninputfield {
Line 1505  ENDNOTFOUND Line 1505  ENDNOTFOUND
     my %options = ();      my %options = ();
     if ($env{'environment.remote'} ne 'off') {      if ($env{'environment.remote'} ne 'off') {
  $options{'bgcolor'}   = '#FFFFFF';   $options{'bgcolor'}   = '#FFFFFF';
  $options{'only_body'} = 1;  
     }      }
     my $start_page = &Apache::loncommon::start_page(undef,undef,      my $start_page = &Apache::loncommon::start_page(undef,undef,
     \%options);      \%options);

Removed from v.1.404  
changed lines
  Added in v.1.407


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>