summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_manipulate.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/box_manipulate.c')
-rw-r--r--content/handlers/html/box_manipulate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/box_manipulate.c b/content/handlers/html/box_manipulate.c
index d23091b7c..8073a7fd1 100644
--- a/content/handlers/html/box_manipulate.c
+++ b/content/handlers/html/box_manipulate.c
@@ -143,6 +143,7 @@ box_create(css_select_results *styles,
box->float_container = NULL;
box->next_float = NULL;
box->cached_place_below_level = 0;
+ box->list_value = 1;
box->list_marker = NULL;
box->col = NULL;
box->gadget = NULL;