зеркало из https://github.com/mozilla/pjs.git
Trying to get the editor to edit more often...
This commit is contained in:
Родитель
1c2f9f42ec
Коммит
73cc791ae4
|
@ -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>");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче