Background color buttons were not working in Composer and mail compose due to a bad case in a JS call. b=15126, r=brade, sr=kin, a=asa

This commit is contained in:
glazman%netscape.com 2002-07-30 08:53:59 +00:00
Родитель f219a09ca9
Коммит 3f8e30d63f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1139,7 +1139,7 @@ function GetBackgroundElementWithColor()
if (selection)
{
element = selection.focusNode;
while (!gEditor.NodeIsBlock(element))
while (!gEditor.nodeIsBlock(element))
element = element.parentNode;
}
else