From abcce3dfe7c372b0b81ac747d7c40e2325c52d11 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 28 Dec 2006 00:36:37 +0000 Subject: Fix typo. Default type -> text/plain svn path=/trunk/netsurf/; revision=3123 --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index c051e635c..b4eec2d06 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -1302,7 +1302,7 @@ bool fetch_process_headers(struct fetch *f) } if (type == 0) { - type = "text/html"; + type = "text/plain"; if (url_path) { type = fetch_filetype(url_path); } -- cgit v1.2.3