From: Christian Weiske Date: Fri, 25 May 2012 19:41:52 +0000 (+0200) Subject: correct type for typoscript X-Git-Tag: v0.2.0~6 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/5906b756a5020f40da6c7653a059785dd6623f15 correct type for typoscript --- 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(