summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-12-13 12:29:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-12-13 12:31:38 +0000
commit0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff (patch)
tree7cce1a45f7a63b62f9bbef474bba611b880c41a7
parent3d12bfe595e930ecef231884b1f192306373358b (diff)
downloadnetsurf-0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff.tar.gz
netsurf-0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff.tar.bz2
Box construction: Don't handle IMAGE specially.
-rw-r--r--content/handlers/html/box_construct.c1
1 files changed, 0 insertions, 1 deletions
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},