Fixup hubbub binding

svn path=/trunk/netsurf/; revision=5576
This commit is contained in:
John Mark Bell 2008-10-14 15:48:14 +00:00
parent 2d7516b398
commit a55c1f6e41

View File

@ -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;