Bug 1572149 - Fix missing bracket. rs=bustage-fix

This commit is contained in:
Frank-Rainer Grahl 2019-10-20 19:01:56 +02:00
Родитель 5703475913
Коммит a1e1224ae4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1523,7 +1523,7 @@ function ComposeUnload()
function ComposeSetCharacterSet(aEvent)
{
if (gMsgCompose)
SetDocumentCharacterSet(aEvent.target.getAttribute("charset");
SetDocumentCharacterSet(aEvent.target.getAttribute("charset"));
else
dump("Compose has not been created!\n");
}