--- loncom/interface/lonhtmlcommon.pm 2004/03/01 16:04:43 1.57 +++ loncom/interface/lonhtmlcommon.pm 2004/03/01 16:19:45 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.57 2004/03/01 16:04:43 matthew Exp $ +# $Id: lonhtmlcommon.pm,v 1.58 2004/03/01 16:19:45 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -912,8 +912,8 @@ returns: nothing map { $faq = $_->{'faq'} if (exists($_->{'faq'})); $bug = $_->{'bug'} if (exists($_->{'bug'})); - ''. - $_->{'text'}.'' + ''. + &mt($_->{'text'}).'' } @Crumbs ); $links .= '->' if ($links ne ''); @@ -936,7 +936,7 @@ returns: nothing # if (defined($component)) { $Str .= ''. - ''.$component.''; + ''.&mt($component).''; if (defined($component_help)) { $Str .= &Apache::loncommon::help_open_topic($component_help);