summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
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);
}