diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/application/models/file_mod.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 07c3e5555..0acf52ccf 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -329,7 +329,7 @@ class File_mod extends Model { 'text/x-haskell' => 'hs', 'text/x-literate-haskell' => 'hs', 'text/x-subviewer' => 'sh', - #'text/x-makefile' => 'make', + 'text/x-makefile' => 'make', #'text/x-log' => 'log', 'text/html' => 'html', 'text/css' => 'css', |