From abaf55879401d9e505ac8a82250679fdc7291364 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 26 Aug 2007 13:42:04 +0000 Subject: r1414 merge: add svg mime type --- conf/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mime.types b/conf/mime.types index f1714338b..3031cf6d7 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -20,6 +20,7 @@ types { image/x-icon ico; image/x-jng jng; image/x-ms-bmp bmp; + image/svg+xml svg; application/java-archive jar war ear; application/mac-binhex40 hqx; -- cgit