aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r--components/layout/table_caption.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs
index 938bfa0e0d2..d45bd50e91b 100644
--- a/components/layout/table_caption.rs
+++ b/components/layout/table_caption.rs
@@ -95,6 +95,6 @@ impl Flow for TableCaptionFlow {
impl fmt::Show for TableCaptionFlow {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
- write!(f, "TableCaptionFlow: {}", self.block_flow)
+ write!(f, "TableCaptionFlow: {:?}", self.block_flow)
}
}