--- loncom/interface/lonaboutme.pm 2009/04/17 17:54:59 1.126 +++ loncom/interface/lonaboutme.pm 2009/04/21 17:58:17 1.127 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.126 2009/04/17 17:54:59 neumanie Exp $ +# $Id: lonaboutme.pm,v 1.127 2009/04/21 17:58:17 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -418,10 +418,10 @@ my $image; $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\'); &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); } - } - $r->print(''); - $r->print(''); + } if ($target ne 'tex') { + $r->print(''); + $r->print(''); if ($env{'form.popup'}) { $r->print('

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