commit | 14c8defb73fb29282ba55d3aa444e2ce6d59fd1c | [log] [tgz] |
---|---|---|
author | dontforget <alex.volkow@gmail.com> | Sun Jan 27 10:42:56 2013 -0800 |
committer | dontforget <alex.volkow@gmail.com> | Sun Jan 27 10:42:56 2013 -0800 |
tree | 4dc24399bdff9a392124d98a01eb2bf4db6fa74d | |
parent | d14569cb2451fe3604d8623dc7de38efda57e790 [diff] [blame] |
Fixing issue with comma
diff --git a/application/config/mimes.php b/application/config/mimes.php index d9e81bf..ac7bfaf 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php
@@ -154,7 +154,7 @@ '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',