Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc markdown: return text/markdown mime type - rfc7763
  • Loading branch information
perexg committed Mar 30, 2016
1 parent 7965ebd commit f930a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/doc_md.c
Expand Up @@ -206,7 +206,7 @@ page_markdown(http_connection_t *hc, const char *remain, void *opaque)
r = HTTP_STATUS_BAD_REQUEST;

if (r == 0)
http_output_content(hc, "text/xml");
http_output_content(hc, "text/markdown");

return r;
}

0 comments on commit f930a52

Please sign in to comment.