--- loncom/interface/lonbulletin.pm 2010/03/29 13:34:40 1.59 +++ loncom/interface/lonbulletin.pm 2010/06/05 22:07:05 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.59 2010/03/29 13:34:40 raeburn Exp $ +# $Id: lonbulletin.pm,v 1.60 2010/06/05 22:07:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -298,7 +298,9 @@ sub handler { $r->print(&Apache::lonxml::xmlparse($r,'tex','



')); } } else { - $r->print('

'.&mt('No page information provided.').'

'); + if ($target ne 'tex') { + $r->print('

'.&mt('No page information provided.').'

'); + } } #Lists discussion posts and box for a new discussion post. if ($target ne 'tex') {