attribute fix for kostello

This commit is contained in:
peterl 1998-05-13 22:41:15 +00:00
parent 89e961b03f
commit df793a8c99

View File

@ -1036,7 +1036,7 @@ void nsTablePart::SetAttribute(nsIAtom* aAttribute, const nsString& aValue)
}
else
{
ParseValue(aValue, 1, val, eHTMLUnit_Pixel);
ParseValue(aValue, 0, val, eHTMLUnit_Pixel);
}
nsHTMLTagContent::SetAttribute(aAttribute, val);
}