Diff for /loncom/interface/lonspeller.pm between versions 1.11 and 1.12

version 1.11, 2005/04/07 06:56:23 version 1.12, 2006/03/15 19:41:26
Line 128  sub handler { Line 128  sub handler {
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'});      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'});
   
     &initspeller();      &initspeller();
     my $html=&Apache::lonxml::xmlbegin();      my $html = &Apache::lonxml::xmlbegin();
     $r->print($html.'<head><title>'.      my $head = &Apache::loncommon::head('Spell Checker');
       &mt('Spell Checker').      $r->print($html.$head.'<body bgcolor="#DDDDDD">'.
       '</title></head><body bgcolor="#DDDDDD">'.  
       &Apache::lontexconvert::msgtexconverted(        &Apache::lontexconvert::msgtexconverted(
      &markeduptext($env{'form.text'})).       &markeduptext($env{'form.text'})).
       '</body></html>');        &Apache::loncommon::end_page());
     return OK;      return OK;
 }  }
   

Removed from v.1.11  
changed lines
  Added in v.1.12


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