Fix incorrect MIME type

This commit is contained in:
johnsonlee 2016-12-13 11:54:09 +08:00
parent 32adf4347d
commit 23f9a20e8d

View File

@ -82,7 +82,7 @@ static const struct table_entry {
{ "jpeg", "image/jpeg" },
{ "png", "image/png" },
{ "pdf", "application/pdf" },
{ "ps", "application/postsript" },
{ "ps", "application/postscript" },
{ NULL, NULL },
};