--- loncom/xml/lontexconvert.pm 2004/03/04 15:46:43 1.33 +++ loncom/xml/lontexconvert.pm 2004/03/09 15:09:14 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.33 2004/03/04 15:46:43 albertel Exp $ +# $Id: lontexconvert.pm,v 1.34 2004/03/09 15:09:14 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -87,7 +87,7 @@ sub header { $Apache::lontexconvert::messedup=0; sub converted { my $texstring=shift; - my $xmlstring=&mt('[UNDISPLAYABLE]'); + my $xmlstring='['.&mt('UNDISPLAYABLE').']'; if ($Apache::lontexconvert::messedup) { return &mt('[TeX Unconverted Due To Previous Errors]'); }