diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index a8b2086ce..a8b580ffb 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -801,6 +801,8 @@ function get_extension($mimetype) { /* {{{ */ case 'text/xml': return '.xml'; case 'text/x-php': return '.php'; case 'text/x-tex': return '.tex'; + case 'text/html': return '.html'; + case 'text/markdown': return '.md'; case 'message/rfc822': return '.eml'; default: return false; }