--- loncom/interface/lonfeedback.pm 2009/02/18 07:06:15 1.265 +++ loncom/interface/lonfeedback.pm 2009/02/24 19:51:32 1.266 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.265 2009/02/18 07:06:15 raeburn Exp $ +# $Id: lonfeedback.pm,v 1.266 2009/02/24 19:51:32 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -765,7 +765,7 @@ sub send_message_link { my $output = ''. ' '.&mt('Send Message').''; return $output; } @@ -2605,7 +2605,7 @@ sub screen_header { } } } - if ($msgoptions) { $msgoptions='

'.&mt('Sending Messages').'

'.$msgoptions; } + if ($msgoptions) { $msgoptions='

'.&mt('Sending Messages').'

'.$msgoptions; } if ($discussoptions) { $discussoptions='

'.&mt('Discussion Contributions').'

'.$discussoptions; } return $msgoptions.$discussoptions;