diff options
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -511,6 +511,7 @@ static const char *File_ext(const char *filename) } else if (!dStrAsciiCasecmp(e, "png")) { return "image/png"; } else if (!dStrAsciiCasecmp(e, "html") || + !dStrAsciiCasecmp(e, "xhtml") || !dStrAsciiCasecmp(e, "htm") || !dStrAsciiCasecmp(e, "shtml")) { return "text/html"; |