From 4aef3c775e93d5add0277941fe0ecccc91d4ccb3 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 16:48:32 +0000 Subject: Make the encoding change callback send the textual name rather than the mibenum value. svn path=/trunk/hubbub/; revision=4992 --- test/tree.c | 1 + test/tree2.c | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/tree.c b/test/tree.c index ff8f49a..944d887 100644 --- a/test/tree.c +++ b/test/tree.c @@ -66,6 +66,7 @@ static hubbub_tree_handler tree_handler = { form_associate, add_attributes, set_quirks_mode, + NULL, NULL }; diff --git a/test/tree2.c b/test/tree2.c index c50b519..3e1e79e 100644 --- a/test/tree2.c +++ b/test/tree2.c @@ -114,6 +114,7 @@ static hubbub_tree_handler tree_handler = { form_associate, add_attributes, set_quirks_mode, + NULL, NULL }; -- cgit v1.2.3