--- loncom/interface/lonaboutme.pm 2006/08/04 19:42:55 1.48 +++ loncom/interface/lonaboutme.pm 2006/08/18 13:49:34 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.48 2006/08/04 19:42:55 albertel Exp $ +# $Id: lonaboutme.pm,v 1.53 2006/08/18 13:49:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,6 +37,7 @@ use Apache::lonfeedback; use Apache::lonrss(); use Apache::lonlocal; use Apache::lonmsgdisplay(); +use HTML::Entities(); sub handler { my $r = shift; @@ -206,7 +207,7 @@ sub handler { } if ($allowed) { $r->print('
'); } @@ -277,12 +278,24 @@ sub print_portfiles_link { $output .= ''.&mt('Display file listing'). '

'; - $output .= &mt('A total of [quant,_1,portfolio file] owned by [_2] are available.',$filecounts->{'both'},$name).'