diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-01-21 14:02:22 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-01-21 14:02:22 +0100 |
commit | 27ebfeda5cb5d306ccb0eee4b8fc7d34f3d3ed86 (patch) | |
tree | 0a80ca16ce3d873895d2207302e572a6ec59e220 /application | |
parent | d4e263c21f6f399f70422d36e3950d5253bc53f3 (diff) |
Disable automatic code display for SVG files
People usually want to view them rather than read the code.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/models/mfile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index 92bf9903f..c900b297c 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -486,7 +486,6 @@ class Mfile extends CI_Model { 'rb' => 'ruby', 's' => 'asm', 'sh' => 'bash', - 'svg' => 'xml', 'tcl' => 'tcl', 'tex' => 'tex', ); |