treat uploaded .html files as text/html by default

This commit is contained in:
Daniel Stenberg 2003-04-15 09:29:39 +00:00
Родитель 0b839c4f77
Коммит 1f2294d585
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -517,7 +517,7 @@ static const char * ContentTypeForFilename (const char *filename,
{".jpg", "image/jpeg"},
{".jpeg", "image/jpeg"},
{".txt", "text/plain"},
{".html", "text/plain"}
{".html", "text/html"}
};
if(prevtype)