Treat image/jpg as JPEG content for Royal Mail captcha.

svn path=/trunk/netsurf/; revision=5343
This commit is contained in:
Michael Drake 2008-09-16 08:13:35 +00:00
parent a001437a66
commit bbd40534c6
1 changed files with 1 additions and 0 deletions

View File

@ -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},