Add html extensions to minimal MIME type hash

svn path=/trunk/netsurf/; revision=4110
This commit is contained in:
John Mark Bell 2008-04-28 11:08:35 +00:00
parent 7e28ca26d1
commit cc9ab23b04

View File

@ -57,6 +57,8 @@ void gtk_fetch_filetype_init(const char *mimefile)
*/
hash_add(mime_hash, "css", "text/css");
hash_add(mime_hash, "htm", "text/html");
hash_add(mime_hash, "html", "text/html");
hash_add(mime_hash, "jpg", "image/jpeg");
hash_add(mime_hash, "jpeg", "image/jpeg");
hash_add(mime_hash, "gif", "image/gif");