--- loncom/interface/lonaboutme.pm 2006/08/07 19:51:54 1.50
+++ loncom/interface/lonaboutme.pm 2006/09/13 21:37:29 1.54
@@ -1,7 +1,7 @@
# The LearningOnline Network
# "About Me" Personal Information
#
-# $Id: lonaboutme.pm,v 1.50 2006/08/07 19:51:54 albertel Exp $
+# $Id: lonaboutme.pm,v 1.54 2006/09/13 21:37:29 albertel 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,16 @@ 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).'