--- loncom/interface/lonaboutme.pm 2008/12/17 13:00:36 1.88 +++ loncom/interface/lonaboutme.pm 2008/12/17 14:51:11 1.89 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.88 2008/12/17 13:00:36 ehlerst Exp $ +# $Id: lonaboutme.pm,v 1.89 2008/12/17 14:51:11 harmsja Exp $ # # Copyright Michigan State University Board of Trustees # @@ -321,8 +321,8 @@ my $image; &Apache::lontemplate::start_ContentBox($r); &print_portfiles_link($r,$is_course); if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){ - $r->print('
'); - $r->print('

'.'RSS Feeds and Blogs'.'

'); + $r->print('
'); + $r->print('

'.'RSS Feeds and Blogs'.'

'); $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); $r->print('
'); } @@ -442,7 +442,7 @@ sub print_portfiles_link { difl => 'Display file listing', ); if ($filecounts->{'both'} > 0) { - $output = '

'; + $output = '

'; $output .= ($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

'; #$output = '

'.($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

';