--- loncom/interface/lonbulletin.pm 2006/07/20 22:50:50 1.38 +++ loncom/interface/lonbulletin.pm 2006/08/16 19:40:46 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.38 2006/07/20 22:50:50 raeburn Exp $ +# $Id: lonbulletin.pm,v 1.39 2006/08/16 19:40:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -36,6 +36,7 @@ use Apache::lontexconvert; use Apache::lonfeedback; use Apache::lonlocal; use Apache::lonhtmlcommon; +use HTML::Entities(); use LONCAPA; sub handler { @@ -264,7 +265,7 @@ sub handler { } if ($allowed) { $r->print('
'); } } else { @@ -276,7 +277,7 @@ sub handler { if ($allowed) { $r->print( '
'.&mt('Topic').'
'); } }