aboutsummaryrefslogtreecommitdiff
path: root/src/IO/mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/mime.c')
-rw-r--r--src/IO/mime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/mime.c b/src/IO/mime.c
index 9bffd619..19dc601a 100644
--- a/src/IO/mime.c
+++ b/src/IO/mime.c
@@ -108,6 +108,7 @@ void a_Mime_init()
Mime_add_minor_type("image/x-png", a_Dicache_png_image); /* deprecated */
#endif
Mime_add_minor_type("text/html", a_Html_text);
+ Mime_add_minor_type("application/xhtml+xml", a_Html_text);
/* Add a major type to handle all the text stuff */
Mime_add_major_type("text", a_Plain_text);