[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 19 Jul 2004 17:57:02 -0000
albertel Mon Jul 19 13:57:02 2004 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- &mt the links in breadcrumbs
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.81 loncom/interface/lonhtmlcommon.pm:1.82
--- loncom/interface/lonhtmlcommon.pm:1.81 Fri Jul 16 15:54:51 2004
+++ loncom/interface/lonhtmlcommon.pm Mon Jul 19 13:57:01 2004
@@ -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 @@
} @Crumbs
);
$links .= '->' if ($links ne '');
- $links .= '<b>'.$last->{'text'}.'</b>';
+ $links .= '<b>'.&mt($last->{'text'}).'</b>';
#
my $icons = '';
$faq = $last->{'faq'} if (exists($last->{'faq'}));