Output Charset info, even though Ender has a problem with it.

This commit is contained in:
rhp%netscape.com 1999-06-21 14:48:04 +00:00
parent efb5a664aa
commit 5379b8c98a

View File

@ -149,10 +149,9 @@ nsMimeEmitter2::StartHeader(PRBool rootMailHeader, PRBool headerOnly, const char
{
if ( (!headerOnly) && (outCharset) && (*outCharset) )
{
// This seems to choke Ender so I am going to leave it out for now.
//UtilityWrite("<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=");
//UtilityWrite(outCharset);
//UtilityWrite("\">");
UtilityWrite("<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=");
UtilityWrite(outCharset);
UtilityWrite("\">");
}
UtilityWrite("<BLOCKQUOTE><table BORDER=0>");
}