From 27ebfeda5cb5d306ccb0eee4b8fc7d34f3d3ed86 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 21 Jan 2014 14:02:22 +0100 Subject: Disable automatic code display for SVG files People usually want to view them rather than read the code. Signed-off-by: Florian Pritz --- application/models/mfile.php | 1 - 1 file changed, 1 deletion(-) 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', ); -- cgit v1.2.3-24-g4f1b