aboutsummaryrefslogtreecommitdiff
path: root/src/mhd/mhd_legal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-10 13:36:02 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-10 13:36:02 +0100
commit1df72de087db8e2a0696fc5d8b8c3b1f8f3c8e80 (patch)
treea923182e74f864f2400d8ea64198cfba3e4883ca /src/mhd/mhd_legal.c
parentb41ffd1a1af24efc244f7ed95dcc13c4b77bc56e (diff)
parent0cf46d8e5995f84a642795ddf214776ed8d4077f (diff)
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/mhd/mhd_legal.c')
-rw-r--r--src/mhd/mhd_legal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index c801f84c..25435210 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -388,6 +388,7 @@ load_terms (struct TALER_MHD_Legal *legal,
{ .ext = ".html", .mime = "text/html", .priority = 100 },
{ .ext = ".htm", .mime = "text/html", .priority = 99 },
{ .ext = ".txt", .mime = "text/plain", .priority = 50 },
+ { .ext = ".md", .mime = "text/markdown", .priority = 50 },
{ .ext = ".pdf", .mime = "application/pdf", .priority = 25 },
{ .ext = ".jpg", .mime = "image/jpeg" },
{ .ext = ".jpeg", .mime = "image/jpeg" },