From 5906b756a5020f40da6c7653a059785dd6623f15 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 25 May 2012 21:41:52 +0200 Subject: [PATCH] correct type for typoscript --- data/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.default.php b/data/config.default.php index 17e4a49..b648614 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -88,7 +88,7 @@ $GLOBALS['phorkie']['languages'] = array( ), 'ts' => array( 'title' => 'TypoScript', - 'mime' => 'text/plain',/* TODO: correct type */ + 'mime' => 'text/x-typoscript',/* TODO: correct type */ 'geshi' => 'typoscript' ), 'txt' => array( -- 2.30.2