diff options
Diffstat (limited to 'browse.c')
-rw-r--r-- | browse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |