Untabify.

This commit is contained in:
dbaron@dbaron.org
2006-12-25 19:44:34 +00:00
parent 2dc8ebb844
commit 23c32c2914

View File

@@ -179,7 +179,7 @@ FixedTableLayoutStrategy::ComputeColumnWidths(const nsHTMLReflowState& aReflowSt
tableWidth -= subtract;
} else {
// No Columns - nothing to compute
return;
return;
}
// XXX This ignores the 'min-width' and 'max-width' properties