--- loncom/interface/lonnotify.pm 2006/07/11 15:37:59 1.22 +++ loncom/interface/lonnotify.pm 2006/07/29 00:48:21 1.23 @@ -607,14 +607,14 @@ function goBack(target) { $output .= &Apache::loncommon::start_data_table(); if (keys(%recipients) > 0) { $output .= &Apache::loncommon::start_data_table_header_row(); - $output .= ' username:domain  '.$lt{'emad'}.''; + $output .= ' username:domain'.$lt{'emad'}.''; $output .= &Apache::loncommon::end_data_table_header_row(); } foreach my $username (sort(keys(%recipients))) { $output .= &Apache::loncommon::start_data_table_row(); if ($recipients{$username} =~ /\@/) { my $value=&escape($username).':'.&escape($recipients{$username}); - $output .= ''.$username.'  '.$recipients{$username}.''; + $output .= ''.$username.''.$recipients{$username}.''; } $output .= &Apache::loncommon::end_data_table_row(); }