From 3ba5e4520368bd3be458124c58390772be4b95bd Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sun, 29 Jan 2012 16:25:15 -0600 Subject: [PATCH] .webm, thanks Jonathan --- VERSION | 2 +- gluon/contenttype.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7f279823..b68c9721 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-01-29 16:18:48) stable +Version 1.99.4 (2012-01-29 16:24:43) stable diff --git a/gluon/contenttype.py b/gluon/contenttype.py index 8110d6db..48b9721e 100644 --- a/gluon/contenttype.py +++ b/gluon/contenttype.py @@ -633,6 +633,7 @@ CONTENT_TYPE = { '.wbmp': 'image/vnd.wap.wbmp', '.wcm': 'application/vnd.ms-works', '.wdb': 'application/vnd.ms-works', + '.webm': 'video/webm', '.wk1': 'application/vnd.lotus-1-2-3', '.wk3': 'application/vnd.lotus-1-2-3', '.wk4': 'application/vnd.lotus-1-2-3',