Diff for /loncom/xml/lonxml.pm between versions 1.456 and 1.457

version 1.456, 2007/09/10 19:46:57 version 1.457, 2007/09/10 20:09:13
Line 1543  ENDNOTFOUND Line 1543  ENDNOTFOUND
     ['rawmode']);      ['rawmode']);
     if ($env{'form.rawmode'}) { $result = $filecontents; }      if ($env{'form.rawmode'}) { $result = $filecontents; }
     if ($filetype eq 'sty') {      if ($filetype eq 'sty') {
    my $controls =
       ($env{'request.state'} eq 'construct') ? &Apache::londefdef::edit_controls()
                                              : '';
  my %options = ('bgcolor' => '#FFFFFF');   my %options = ('bgcolor' => '#FFFFFF');
  $result =    $result = 
     &Apache::loncommon::start_page(undef,undef,\%options).      &Apache::loncommon::start_page(undef,undef,\%options).
     &Apache::londefdef::edit_controls().      $controls.
     $result.      $result.
     &Apache::loncommon::end_page();      &Apache::loncommon::end_page();
     }      }

Removed from v.1.456  
changed lines
  Added in v.1.457


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