--- loncom/interface/lonbulletin.pm 2006/10/23 18:48:47 1.42 +++ loncom/interface/lonbulletin.pm 2008/01/19 15:28:52 1.45 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.42 2006/10/23 18:48:47 albertel Exp $ +# $Id: lonbulletin.pm,v 1.45 2008/01/19 15:28:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -237,7 +237,8 @@ sub handler { '

'.&mt('Upload a Photo').'

'. ''. ''. - '
'); + '
'. + ''); } foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed)) { @@ -266,7 +267,7 @@ sub handler { if ($allowed) { $r->print('
'); + ''); } } else { if ($target ne 'tex') { @@ -278,7 +279,7 @@ sub handler { $r->print( '
'.&mt('Topic').'
'); + ''); } } }