From b19462e1fffced0f290760c0e67288fb9d043243 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 3 Sep 2003 21:58:54 +0000 Subject: [project @ 2003-09-03 21:58:54 by jmb] Call content_reshape_instance svn path=/import/netsurf/; revision=265 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index 5615b882d..b4bb72476 100644 --- a/content/content.c +++ b/content/content.c @@ -63,7 +63,7 @@ struct handler_entry { static const struct handler_entry handler_map[] = { {html_create, html_process_data, html_convert, html_revive, html_reformat, html_destroy, html_redraw, - html_add_instance, html_remove_instance, 0}, + html_add_instance, html_remove_instance, html_reshape_instance}, {textplain_create, textplain_process_data, textplain_convert, textplain_revive, textplain_reformat, textplain_destroy, 0, 0, 0, 0}, #ifdef riscos -- cgit v1.2.3