summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 8a73b35e2..8d64f9515 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1600,7 +1600,7 @@ void html_object_failed(struct box *box, struct content *content,
if (box->next) {
/* split this inline container into two inline
* containers */
- ic = box_create(0, 0, 0, 0, 0, content);
+ ic = box_create(0, false, 0, 0, 0, 0, content);
if (!ic) {
union content_msg_data msg_data;