summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.c b/render/box.c
index 023c444cc..da82bf3f0 100644
--- a/render/box.c
+++ b/render/box.c
@@ -93,6 +93,7 @@ struct box * box_create(struct css_style *style,
box->columns = 1;
box->rows = 1;
box->start_column = 0;
+ box->inline_new_line = false;
box->printed = false;
box->next = NULL;
box->prev = NULL;