summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index cb92cb2db..9c560326e 100644
--- a/content/content.c
+++ b/content/content.c
@@ -64,6 +64,7 @@ static const struct mime_entry mime_map[] = {
#endif
#ifdef WITH_JPEG
{"image/jpeg", CONTENT_JPEG},
+ {"image/pjpeg", CONTENT_JPEG},
#endif
#ifdef WITH_PNG
{"image/png", CONTENT_PNG},