From df793a8c993f6bd9f01668843c2971d85c8cd1f5 Mon Sep 17 00:00:00 2001 From: peterl Date: Wed, 13 May 1998 22:41:15 +0000 Subject: [PATCH] attribute fix for kostello --- layout/html/table/src/nsTablePart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/html/table/src/nsTablePart.cpp b/layout/html/table/src/nsTablePart.cpp index 0fc1d6c62e1a..28883e23ad62 100644 --- a/layout/html/table/src/nsTablePart.cpp +++ b/layout/html/table/src/nsTablePart.cpp @@ -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); }