Tab space OCD
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 13 Jan 2006 05:05:52 +0000 (05:05 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 13 Jan 2006 05:05:52 +0000 (05:05 +0000)
includes/file_types.php

index 6ba617f181b092c577747bd001722bd4dd8b6361..b996233e6fae0ed2e2377678c145d9224a7f572f 100644 (file)
@@ -35,9 +35,9 @@
 //                                                     binary files that can't be displayed inline should have this set to TRUE so that
 //                                                     a link will be displayed to allow the user to download the file
 
-define('MIMES_GESHI_LANGUAGE', 0);
-define('MIMES_EXTERNAL_MIME', 1);
-define('MIMES_REQUIRES_DOWNLOAD', 2);
+define('MIMES_GESHI_LANGUAGE',         0);
+define('MIMES_EXTERNAL_MIME',          1);
+define('MIMES_REQUIRES_DOWNLOAD',      2);
 
 $filetypes = array(
        'php'   => array('php',                 '',             false),