summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-04-01 02:25:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-04-01 02:25:11 +0000
commit92fa1133c954fc3bf615fc19058abcb29702349f (patch)
tree7a925041a557caa5cb02e2d10e8aa0f0861e7454 /content/content.c
parente7e34b78c3c843cac7343aeb9a34090d4003d32f (diff)
downloadnetsurf-92fa1133c954fc3bf615fc19058abcb29702349f.tar.gz
netsurf-92fa1133c954fc3bf615fc19058abcb29702349f.tar.bz2
[project @ 2005-04-01 02:25:11 by jmb]
application/xhtml+xml -> CONTENT_HTML Fix minor issue with mimetype matching regexp. svn path=/import/netsurf/; revision=1587
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index 2edec37b0..0a2a80a02 100644
--- a/content/content.c
+++ b/content/content.c
@@ -63,9 +63,12 @@ static const struct mime_entry mime_map[] = {
#ifdef WITH_DRAW
{"application/drawfile", CONTENT_DRAW},
{"application/x-drawfile", CONTENT_DRAW},
+#endif
#ifdef WITH_THEME_INSTALL
{"application/x-netsurf-theme", CONTENT_THEME},
#endif
+ {"application/xhtml+xml", CONTENT_HTML},
+#ifdef WITH_DRAW
{"image/drawfile", CONTENT_DRAW},
#endif
#ifdef WITH_GIF