diff options
-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 5a06a9801..19a607334 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -363,7 +363,7 @@ class File_mod extends Model { 'text/x-subviewer' => 'bash', 'text/x-makefile' => 'make', #'text/x-log' => 'log', - 'text/html' => 'html', + 'text/html' => 'xml', 'text/css' => 'css', 'message/rfc822' => 'email', #'image/svg+xml' => 'xml', |