summaryrefslogtreecommitdiff
path: root/render/hubbub_binding.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/hubbub_binding.c')
-rw-r--r--render/hubbub_binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/hubbub_binding.c b/render/hubbub_binding.c
index 940e74c80..b014dcd9d 100644
--- a/render/hubbub_binding.c
+++ b/render/hubbub_binding.c
@@ -132,7 +132,7 @@ void *binding_create_tree(void *arena, const char *charset)
ctx->document = NULL;
ctx->owns_doc = true;
- ctx->parser = hubbub_parser_create(charset, myrealloc, arena);
+ ctx->parser = hubbub_parser_create(charset, true, myrealloc, arena);
if (ctx->parser == NULL) {
free(ctx);
return NULL;