--- loncom/interface/lonaboutme.pm 2009/04/02 15:09:10 1.120 +++ loncom/interface/lonaboutme.pm 2009/04/02 18:36:39 1.121 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.120 2009/04/02 15:09:10 amueller Exp $ +# $Id: lonaboutme.pm,v 1.121 2009/04/02 18:36:39 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -406,7 +406,7 @@ my $image; && &Apache::lonnet::allowed('srm',$env{'request.course.id'}) && &in_course($cdom,$cnum)) { if ($target ne 'tex') { - $r->print(''; + $r->print(''); &Apache::lontemplate::print_start_template($r,&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'),'LC_ContentBoxSpecial'); $r->print(''); $r->print(&mt('Shared by course faculty and staff').&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message"));