bug 88940, [Composer] There is no charset items when try to save a text file, r=cmanske, sr=kin
This commit is contained in:
Родитель
8f8448d54c
Коммит
e61ed21bfc
|
@ -50,7 +50,7 @@ function Startup()
|
|||
//dialog.charsetRoot = document.getElementById('CharsetRoot');
|
||||
|
||||
contenttypeElement = GetHTTPEquivMetaElement("content-type");
|
||||
if(! contenttypeElement )
|
||||
if(!contenttypeElement && (editorShell.contentsMIMEType != 'text/plain'))
|
||||
{
|
||||
contenttypeElement = CreateHTTPEquivMetaElement("content-type");
|
||||
if( ! contenttypeElement )
|
||||
|
|
Загрузка…
Ссылка в новой задаче