diff options
Diffstat (limited to 'components/layout/table_wrapper.rs')
-rw-r--r-- | components/layout/table_wrapper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs index 271a6545d1d..0d785ce1ca3 100644 --- a/components/layout/table_wrapper.rs +++ b/components/layout/table_wrapper.rs @@ -31,7 +31,7 @@ use style::{ComputedValues, CSSFloat}; use style::computed_values::table_layout; use sync::Arc; -#[deriving(Encodable)] +#[deriving(Encodable, Show)] pub enum TableLayout { FixedLayout, AutoLayout |