diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-06-13 21:27:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:31:28 +0200 |
commit | 71273d9477b88cca86e6724491c1ea337ee96f05 (patch) | |
tree | b5b0d73085775d9aacae2871a0d57faa99ea72ca /application/models/mfile.php | |
parent | 789ffb00e6d25af4409d26dce04d211e365f2d58 (diff) |
switch to pygments
- faster than geshi
- easier to modify the css because there is only one
- geshi upstream seems pretty dead
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/mfile.php')
-rw-r--r-- | application/models/mfile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index d854f528b..a65fff772 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -251,7 +251,7 @@ class Mfile extends CI_Model { 'text/html' => 'xml', 'text/css' => 'css', 'text/x-ocaml' => 'ocaml', - 'message/rfc822' => 'email', + 'message/rfc822' => 'text', #'image/svg+xml' => 'xml', 'application/x-perl' => 'perl', 'application/xml' => 'xml', @@ -268,7 +268,7 @@ class Mfile extends CI_Model { 'application/x-ruby' => 'ruby', 'application/x-shellscript' => 'bash', 'application/x-x509-ca-cert' => 'text', - 'application/mbox' => 'email', + 'application/mbox' => 'text', 'application/x-genesis-rom' => 'text', 'application/x-applix-spreadsheet' => 'actionscript' ); |