From 14c8defb73fb29282ba55d3aa444e2ce6d59fd1c Mon Sep 17 00:00:00 2001 From: dontforget Date: Sun, 27 Jan 2013 10:42:56 -0800 Subject: Fixing issue with comma --- application/config/mimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/config/mimes.php b/application/config/mimes.php index d9e81bf77..ac7bfaf34 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -154,7 +154,7 @@ return array( 'mp4' => 'video/mp4', 'm4a' => 'audio/x-m4a', 'f4v' => 'video/mp4', - 'webm' => 'video/webm' + 'webm' => 'video/webm', 'aac' => 'audio/x-acc', 'm4u' => 'application/vnd.mpegurl', 'm3u' => 'text/plain', -- cgit v1.2.3-24-g4f1b