summaryrefslogtreecommitdiff
path: root/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'browse.c')
-rw-r--r--browse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse.c b/browse.c
index 5bda651..b8a90d5 100644
--- a/browse.c
+++ b/browse.c
@@ -344,7 +344,7 @@ browse(struct kreq * r)
}
/* we have all the data we need, we can start to write output page */
- http_open(r, KHTTP_200, r->mime);
+ http_open(r, KHTTP_200, KMIME_TEXT_HTML);
K_OK(khttp_puts(r, tmpl->header), r);