--- loncom/interface/lonaboutme.pm 2009/02/20 17:45:40 1.101 +++ loncom/interface/lonaboutme.pm 2009/02/23 23:53:54 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.101 2009/02/20 17:45:40 neumanie Exp $ +# $Id: lonaboutme.pm,v 1.102 2009/02/23 23:53:54 schualex Exp $ # # Copyright Michigan State University Board of Trustees # @@ -370,8 +370,8 @@ my $image; $r->print('

'.&mt('No personal information provided').'.

'); } if($target ne 'tex'){ - $r->print(''); - $r->print(''); + #$r->print(''); + #$r->print(''); } if ($env{'request.course.id'} @@ -391,6 +391,8 @@ my $image; &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); } } + $r->print(''); + $r->print(''); if ($target ne 'tex') { if ($env{'form.popup'}) { $r->print('

'.&mt('Close window').'');