mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
attribute fix for kostello
This commit is contained in:
parent
89e961b03f
commit
df793a8c99
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user