From 71fb544eaa6fedf5d8592ce48290a713d7691cb1 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 24 Nov 2012 10:35:47 -0600 Subject: [PATCH] added .woff contenttype, fixed issue 1181, thanks Chris --- VERSION | 2 +- gluon/contenttype.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c142c99e..698817fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-24 10:14:54) stable +Version 2.2.1 (2012-11-24 10:35:09) stable diff --git a/gluon/contenttype.py b/gluon/contenttype.py index 7d221330..0a3cb568 100644 --- a/gluon/contenttype.py +++ b/gluon/contenttype.py @@ -644,6 +644,7 @@ CONTENT_TYPE = { '.wmls': 'text/vnd.wap.wmlscript', '.wmv': 'video/x-ms-wmv', '.wmx': 'audio/x-ms-asx', + '.woff': 'application/font-woff', '.wp': 'application/vnd.wordperfect', '.wp4': 'application/vnd.wordperfect', '.wp5': 'application/vnd.wordperfect',