summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-12-28 00:36:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-12-28 00:36:37 +0000
commitabcce3dfe7c372b0b81ac747d7c40e2325c52d11 (patch)
tree9bd022af3c0929e77518ed2c1cfce0b7a5b13373 /content/fetch.c
parent367c2aea885ce17e9fc5df89c6e357df53457b23 (diff)
downloadnetsurf-abcce3dfe7c372b0b81ac747d7c40e2325c52d11.tar.gz
netsurf-abcce3dfe7c372b0b81ac747d7c40e2325c52d11.tar.bz2
Fix typo.
Default type -> text/plain svn path=/trunk/netsurf/; revision=3123
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
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);
}