From bbd40534c63af980732d50a2d132bc5f1e47e1b3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 16 Sep 2008 08:13:35 +0000 Subject: Treat image/jpg as JPEG content for Royal Mail captcha. svn path=/trunk/netsurf/; revision=5343 --- content/content.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.c') 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}, -- cgit v1.2.3