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 5ceb0376c..65c15fba3 100644
--- a/render/box.c
+++ b/render/box.c
@@ -67,6 +67,7 @@ struct box * box_create(struct css_style *style,
box->length = 0;
box->space = 0;
box->clone = 0;
+ box->strip_leading_newline = 0;
box->href = href;
box->target = target;
box->title = title;