--- loncom/interface/lonaboutme.pm 2023/12/28 17:56:01 1.169 +++ loncom/interface/lonaboutme.pm 2025/03/16 21:04:09 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.169 2023/12/28 17:56:01 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.171 2025/03/16 21:04:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -358,12 +358,13 @@ sub handler { } if ($allowed) { + my $labeltext = &HTML::Entities::encode(&mt('Choose photo file'),'"&<>'); $r->print( '
'); @@ -388,9 +389,9 @@ sub handler { if ($target ne 'tex') { #Begin Print RSS and portfiles &print_portfiles_link($r,$is_course); - if (&Apache::lonrss::advertisefeeds($cnum,$cdom) ne '') { + if (&Apache::lonrss::advertisefeeds($cnum,$cdom,'','','',1) ne '') { &Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_Box'); - $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); + $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom,'','','',1)); &Apache::lontemplate::print_end_template($r); }