--- loncom/interface/lonfeedback.pm 2005/02/13 22:52:48 1.148 +++ loncom/interface/lonfeedback.pm 2005/02/14 01:37:45 1.149 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.148 2005/02/13 22:52:48 albertel Exp $ +# $Id: lonfeedback.pm,v 1.149 2005/02/14 01:37:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2284,9 +2284,9 @@ sub screen_header { ' ('.&mt('name only visible to course faculty').')'; } } - if ($msgoptions) { $msgoptions='

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

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

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

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

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

'.$discussoptions; } + $discussoptions='

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

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