--- loncom/interface/lonhtmlcommon.pm 2004/07/16 19:54:51 1.81 +++ loncom/interface/lonhtmlcommon.pm 2004/07/19 17:57:01 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.81 2004/07/16 19:54:51 matthew Exp $ +# $Id: lonhtmlcommon.pm,v 1.82 2004/07/19 17:57:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1057,7 +1057,7 @@ returns: nothing } @Crumbs ); $links .= '->' if ($links ne ''); - $links .= ''.$last->{'text'}.''; + $links .= ''.&mt($last->{'text'}).''; # my $icons = ''; $faq = $last->{'faq'} if (exists($last->{'faq'}));