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
Родитель 7b952111e4
Коммит 0a2d6e6568
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