From 0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 13 Dec 2018 12:29:50 +0000 Subject: Box construction: Don't handle IMAGE specially. --- content/handlers/html/box_construct.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content') diff --git a/content/handlers/html/box_construct.c b/content/handlers/html/box_construct.c index 5e5d90d42..e7ac811ef 100644 --- a/content/handlers/html/box_construct.c +++ b/content/handlers/html/box_construct.c @@ -144,7 +144,6 @@ static const struct element_entry element_table[] = { {"embed", box_embed}, {"frameset", box_frameset}, {"iframe", box_iframe}, - {"image", box_image}, {"img", box_image}, {"input", box_input}, {"noscript", box_noscript}, -- cgit v1.2.3