-rw-r--r-- | ui-blob.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,3 +38,3 @@ void cgit_print_blob(const char *hex, char *path) buf[size] = '\0'; - ctx.page.mimetype = "text/plain"; + ctx.page.mimetype = NULL; ctx.page.filename = path; |
![]() |
index : patchwork/cgit.git | |
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | ui-blob.c | 2 |
@@ -38,3 +38,3 @@ void cgit_print_blob(const char *hex, char *path) buf[size] = '\0'; - ctx.page.mimetype = "text/plain"; + ctx.page.mimetype = NULL; ctx.page.filename = path; |