--- loncom/interface/lonspeller.pm 2006/03/21 20:19:41 1.13 +++ loncom/interface/lonspeller.pm 2006/03/23 22:32:11 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Interface routines for Aspell # -# $Id: lonspeller.pm,v 1.13 2006/03/21 20:19:41 albertel Exp $ +# $Id: lonspeller.pm,v 1.14 2006/03/23 22:32:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -134,9 +134,11 @@ sub handler { &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}); &initspeller(); - my $html = &Apache::lonxml::xmlbegin(); - my $head = &Apache::loncommon::head('Spell Checker'); - $r->print($html.$head.''. + my $start_page = + &Apache::loncommon::start_page('Spell Checker',undef, + {'only_body' => 1, + 'bgcolor' => '#DDDDDD'}); + $r->print($start_page. &Apache::lontexconvert::msgtexconverted( &markeduptext($env{'form.text'})). &Apache::loncommon::end_page());