Trying to get the editor to edit more often...

This commit is contained in:
rhp%netscape.com 1999-07-02 03:07:37 +00:00
Родитель 1c2f9f42ec
Коммит 73cc791ae4
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -149,9 +149,14 @@ nsMimeEmitter2::StartHeader(PRBool rootMailHeader, PRBool headerOnly, const char
{
if ( (!headerOnly) && (outCharset) && (*outCharset) )
{
/**
UtilityWrite("<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=");
UtilityWrite(outCharset);
UtilityWrite("\">");
**/
#ifdef NS_DEBUG
printf("Warning: <META HTTP-EQUIV> with charset defined chokes Ender!\n");
#endif
}
UtilityWrite("<BLOCKQUOTE><table BORDER=0>");
}