--- mail_archive.module.New 2006-01-24 11:13:03.000000000 -0500 +++ mail_archive.module.New2 2006-01-25 12:25:05.000000000 -0500 @@ -171,11 +171,11 @@ } function theme_mail_archive_message_header($message) { - $output = '
'; + $output .= ''; return $output; }