--- loncom/interface/lonbulletin.pm 2004/05/10 18:44:40 1.24 +++ loncom/interface/lonbulletin.pm 2004/07/27 23:35:34 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.24 2004/05/10 18:44:40 sakharuk Exp $ +# $Id: lonbulletin.pm,v 1.25 2004/07/27 23:35:34 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -169,7 +169,10 @@ ENDDOCUMENT $message =~s/(https*\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; $message=&Apache::lontexconvert::msgtexconverted($message); - unless ($_ eq 'aaa_title') { + if ($allowed) { + $message=&Apache::lonspeller::markeduptext($message); + } + unless ($_ eq 'aaa_title') { if (($_ ne 'bbb_content') || ($allowed)) { if ($target ne 'tex') { $r->print('

'.$syllabusfields{$_}.'

');