summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/content.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index 89de53c4b..b2a6abaa3 100644
--- a/content/content.c
+++ b/content/content.c
@@ -137,6 +137,7 @@ static const struct mime_entry mime_map[] = {
#endif
#ifdef WITH_JPEG
{"image/jpeg", CONTENT_JPEG},
+ {"image/jpg", CONTENT_JPEG},
#endif
#ifdef WITH_MNG
{"image/mng", CONTENT_MNG},