--- loncom/interface/lonaboutme.pm 2004/05/12 19:25:15 1.27 +++ loncom/interface/lonaboutme.pm 2004/08/25 18:08:11 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.27 2004/05/12 19:25:15 albertel Exp $ +# $Id: lonaboutme.pm,v 1.30 2004/08/25 18:08:11 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -174,6 +174,9 @@ ENDDOCUMENT $message=~s/\n/\
/g; $message =~s/(http\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; + if ($allowed) { + $message=&Apache::lonspeller::markeduptext($message); + } $message=&Apache::lontexconvert::msgtexconverted($message); if ($target ne 'tex') { $r->print('

'.$syllabusfields{$_}.'

'. @@ -200,6 +203,7 @@ ENDDOCUMENT if ($ENV{'request.course.id'}) { if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { if ($target ne 'tex') { + $r->print(''); $r->print('

'. &mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'

'. &mt('Shared by course faculty and staff').