зеркало из https://github.com/mozilla/pjs.git
Composer was assigning an invalid value to nowrap attribute on table cells.
b=142442, r=brade, sr=kin
This commit is contained in:
Родитель
22c610ed1f
Коммит
4d9c036530
|
@ -907,7 +907,7 @@ function ValidateCellData()
|
|||
if (gDialog.TextWrapCheckbox.checked)
|
||||
{
|
||||
if (gDialog.TextWrapList.selectedIndex == 1)
|
||||
globalCellElement.setAttribute("nowrap","true");
|
||||
globalCellElement.setAttribute("nowrap","nowrap");
|
||||
else
|
||||
globalCellElement.removeAttribute("nowrap");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче