--- loncom/interface/lonspeller.pm 2004/07/27 23:35:34 1.6 +++ loncom/interface/lonspeller.pm 2004/07/29 13:38:31 1.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Interface routines for Aspell # -# $Id: lonspeller.pm,v 1.6 2004/07/27 23:35:34 www Exp $ +# $Id: lonspeller.pm,v 1.7 2004/07/29 13:38:31 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,6 +33,7 @@ package Apache::lonspeller; use Apache::Constants qw(:common); use Text::Aspell; use Apache::lonlocal; +use Apache::lontexconvert(); use HTML::LCParser; use strict; @@ -126,7 +127,8 @@ sub handler { $r->print(''. &mt('Spell Checker'). ''. - &markeduptext($ENV{'form.text'}). + &Apache::lontexconvert::msgtexconverted( + &markeduptext($ENV{'form.text'})). ''); return OK; }