From 03a39b899a84c0dfc8fac338b4d87529f478df01 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Thu, 25 Aug 2011 22:02:32 -0500 Subject: [PATCH] Add SVG to the 'make server' known types list --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index c76df3fd4..4801c4b38 100644 --- a/test/test.py +++ b/test/test.py @@ -58,6 +58,7 @@ MIMEs = { '.html': 'text/html', '.js': 'application/javascript', '.json': 'application/json', + '.svg': 'image/svg+xml', '.pdf': 'application/pdf', '.xhtml': 'application/xhtml+xml', '.ico': 'image/x-icon',