From 6ab102c3b10b2c5934497b06978e25c656c6e19a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 14 Jul 2012 11:16:37 -0600 Subject: Rework form acessors to deal with binding changes --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 495cd7dab..996bfc3a5 100644 --- a/render/html.c +++ b/render/html.c @@ -2348,7 +2348,7 @@ static bool html_convert(struct content *c) } /* Retrieve forms from parser */ - htmlc->forms = binding_get_forms(htmlc->parser_binding); + htmlc->forms = html_forms_get_forms(htmlc->encoding, htmlc->document); for (f = htmlc->forms; f != NULL; f = f->prev) { char *action; url_func_result res; -- cgit v1.2.3